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

TNotebook.Page

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

Declaration

Source position: extctrls.pp line 146

public property TNotebook.Page[Index: Integer] : TPage
  read GetPage;

Description

Page is an indexed read-only TPage property used to access a page object for the notebook control by its ordinal position in the list of pages.