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

TCustomTabControl.Page

Provides indexed access to the page objects used on the tabbed control.

Declaration

Source position: comctrls.pp line 500

public property TCustomTabControl.Page[Index: Integer] : TCustomPage
  read GetPage;

Description

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.

See also

TCustomTabControl.PageCount

  

Returns the number of page objects stored in the internal page list for the tabbed control.

TCustomTabControl.Pages

  

The list of captions for the page objects on the control.

TCustomTabControl.Tabs

  

Contains the list of pages accessible in the tabbed control.

TCustomTabControl.ActivePageComponent

  

The active TCustomPage instance for the tabbed control.

TCustomTabControl.InsertPage

  

Inserts the specified page into the page list and updates both the page and the control.

TCustomTabControl.RemovePage

  

Removes the page object at the specified position in the page list and updates the visible tabs on the control.

TCustomPage

  

The base class for TTabSheet.

TNBPages.GetPage

  

Gets the page stored at the specified position in PageList.


Version 4.0 Generated 2025-05-03 Home