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

TPageControl.ActivePage

ActivePage - the currently selected active page (TTabSheet)

Declaration

Source position: comctrls.pp line 570

published property TPageControl.ActivePage: TTabSheet
  read GetActiveTabSheet
  write SetActiveTabSheet;

Description

ActivePage - the currently selected active page (TTabSheet)

Note that this overrides the definition in TCustomTabControl, where ActivePage is defined as a String.