diff --git a/docs/xml/lcl/extctrls.xml b/docs/xml/lcl/extctrls.xml index ed37465142..66de7f0da8 100644 --- a/docs/xml/lcl/extctrls.xml +++ b/docs/xml/lcl/extctrls.xml @@ -277,9 +277,7 @@ TNotebook is a container for a series of pages placed together -

- TNotebook is a control which can hold a series of - pages placed together. Only one page is shown at a time and this control is completely custom drawn, which means that it is available and looks the same in any widgetset which supports TCustomControl. The pages are containers which can hold controls. This control never has tabs. If you are looking for a control with tabs and pages, please see TPageControl instead. +

TNotebook is a control which can hold a series of pages placed together. Only one page is shown at a time and this control is completely custom drawn, which means that it is available and looks the same in any widgetset which supports TCustomControl. The pages are containers which can hold controls. This control never has tabs. If you are looking for a control with tabs and pages, please see TPageControl instead.

To use a Notebook, select its icon from the 'Additional' tab of the Component Palette and place it on the Form. Adjust its size, position, alignment and anchoring as required, by moving the object on the Form or by using the Object Inspector.

Pages are added to the NoteBook by selecting the control and right-clicking with the mouse to get a pop-up menu whose first item is 'Add Page'. Pages already in the NoteBook can be edited by selecting the appropriate ActivePage in the Object Inspector and modifying its properties or adding additional components to that Page.

diff --git a/docs/xml/lcl/lclintf.xml b/docs/xml/lcl/lclintf.xml index e8699ce697..667a5937e2 100644 --- a/docs/xml/lcl/lclintf.xml +++ b/docs/xml/lcl/lclintf.xml @@ -309,7 +309,6 @@ the Canvas.SaveHandleState and Canvas.RestoreHandleState. - Combines two regions The following parameters are present in this function: Dest - The Handle of a region which will receive the result of the operation