[Overview][Types][Classes][Procedures and functions][Index] |
Gets the name for the active page object in the notebook control.
Source position: extctrls.pp line 145
public property TNotebook.ActivePage : string |
ActivePage is a read-only String property which provides the name for the active page object in the notebook control. The value in PageIndex is used to access the page object instance in the Page property. Its Name property is used as the property value.
Use ActivePageComponent to get the TPage instance representing the active page object.
Remark: | Should not be published because reading the property value can raise an exception. |
|
Ordinal position for the active page in the notebook control. |
|
|
Provides access to a page object in the notebook control by its ordinal position in the list of pages. |
|
|
Contains the TPage instance representing the active page in the notebook control. |
|
|
Contains the page names and TPage instances defined for the notebook control. |
Version 4.0 | Generated 2025-05-03 | Home |