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

TCustomTabControl.CustomPage

Gets the page object at the specified position as a TCustomPage type.

Declaration

Source position: comctrls.pp line 479

public function TCustomTabControl.CustomPage(

  Index: Integer

):TCustomPage;

Arguments

Index

  

Ordinal position in the page list for the return value.

Function result

TCustomPage instance for the page object at the specified position in the page list.

See also

TCustomTabControl.Page

  

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

TCustomTabControl.GetPage

  

Gets the value for the indexed Page property.


Version 4.0 Generated 2025-05-03 Home