[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TNotebook.ActivePage

Gets the name for the active page object in the notebook control.

Declaration

Source position: extctrls.pp line 145

public property TNotebook.ActivePage : string
  read GetActivePage;

Description

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.

See also

TNotebook.PageIndex

  

Ordinal position for the active page in the notebook control.

TNotebook.Page

  

Provides access to a page object in the notebook control by its ordinal position in the list of pages.

TNotebook.ActivePageComponent

  

Contains the TPage instance representing the active page in the notebook control.

TNotebook.Pages

  

Contains the page names and TPage instances defined for the notebook control.


Version 4.0 Generated 2025-05-03 Home