[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ordinal position for the active page (tab sheet) on the page control.
Source position: comctrls.pp line 607
public property TPageControl.ActivePageIndex : Integer |
ActivePageIndex is an Integer property with the ordinal position in Pages where the ActivePage is stored. The value for the property is read from and written the PageIndex property in the TCustomTabControl ancestor.
ActivePageIndex contains -1 when PageCount is 0 (no tab sheets have been created), or ActivePage has not been assigned.
|
Provides indexed access to the pages (tab sheets) on the page control. |
|
|
The currently selected and active page (TTabSheet) on the page control. |
|
|
Returns the number of page objects stored in the internal page list for the tabbed control. |
|
|
Ordinal position for the selected page on the tabbed control. |
Version 4.0 | Generated 2025-05-03 | Home |