Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomTabControl.GetPage

Gets the value for the indexed Page property.

Declaration

Source position: comctrls.pp line 460

protected function TCustomTabControl.GetPage(

  AIndex: Integer

):TCustomPage; virtual;

Arguments

AIndex

  

Ordinal position for the page object requested in the method.

Function result

Value for the property.

See also

TCustomTabControl.Page

  

The current Page of the Notebook.