[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 606

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

Description

ActivePage - the currently selected active page (TTabSheet).

Remark: Please note that the property is implemented with a type that differs from TCustomTabControl, where ActivePage is defined as a String.
The latest version of this document can be found at lazarus-ccr.sourceforge.net.