diff --git a/docs/xml/lcl/comctrls.xml b/docs/xml/lcl/comctrls.xml index c70b02ec08..561c9f06fa 100644 --- a/docs/xml/lcl/comctrls.xml +++ b/docs/xml/lcl/comctrls.xml @@ -3549,6 +3549,23 @@ + + + Clears the list of tab names of the control, and causes the associated tab sheets or pages to be freed. + + +

+ By calling the Clear method of the protected Tabs property in the TCustomTabControl ancestor, this method removes all tab sheets from the PageControl. The TPageControl.PageCount is 0 afterwards. +

+

+ Note, however, that the controls on the tab sheets are only destroyed when their Owner is one of the tabsheets. Otherwise they still exist on the form, but their Parent has been set to nil. +

+
+ + + +
+ Gets the value for the ActivePageIndex property. @@ -3691,20 +3708,6 @@ - - - Clears the list of tab names for the control, and causes the associated tab sheets or pages to be freed. - - -

- Calls the Clear method for the protected Tabs property in the TCustomTabControl ancestor. -

-
- - - -
- FindNextPage - returns the next page (TTabSheet) in the sequence. @@ -5325,7 +5328,7 @@ - + @@ -7206,7 +7209,7 @@ - +

TSortIndicator is an enumerated type with values that represent the sort indicators available in the TListColumn class. TSortIndicator is the type used to implement the SortIndicator property in TListColumn. @@ -14425,7 +14428,7 @@ AToolbar.ButtonHeight := 30; Indent is used in the AdjustClientRect method to increment the left edge of the display area for tool buttons on the control.

- +
@@ -14446,7 +14449,7 @@ AToolbar.ButtonHeight := 30; Set ShowCaptions to True to enable Caption text on the tool bar buttons.

- +
@@ -21098,16 +21101,16 @@ AToolbar.ButtonHeight := 30; - - + + TControl.TripleClick - - + + TControl.QuadClick @@ -23627,7 +23630,7 @@ OldExpanded.Free; - + @@ -23884,16 +23887,16 @@ OldExpanded.Free; - + - + - + - + @@ -24593,7 +24596,8 @@ OldExpanded.Free;

Register is a procedure used to register components in the comctrls.pp unit in the Lazarus IDE. Register adds the following components:

-

Common Controls Tab

+

Common Controls Tab +