[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the page objects used on the tabbed control.
Source position: comctrls.pp line 500
public property TCustomTabControl.Page[Index: Integer] : TCustomPage |
Page is an indexed read-only TCustomPage property used to access the page objects on the tabbed control by their ordinal position in the internal page list.
Use InsertPage or RemovePage to maintain the TCustomPage instances in the page list.
Use PageCount to get the number of page objects in the internal list.
Use PageIndex to red or write the selected page object on the tabbed control.
Use Tabs or Pages to access the list of captions for the tabs/page objects on the tabbed control.
|
Returns the number of page objects stored in the internal page list for the tabbed control. |
|
|
The list of captions for the page objects on the control. |
|
|
Contains the list of pages accessible in the tabbed control. |
|
|
The active TCustomPage instance for the tabbed control. |
|
|
Inserts the specified page into the page list and updates both the page and the control. |
|
|
Removes the page object at the specified position in the page list and updates the visible tabs on the control. |
|
|
The base class for TTabSheet. |
|
|
Gets the page stored at the specified position in PageList. |
Version 4.0 | Generated 2025-05-03 | Home |