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

TPageControl.AddTabSheet

Convenience routine used to make the TPageControl more intuitive to use.

Declaration

Source position: comctrls.pp line 601

public function TPageControl.AddTabSheet: TTabSheet;

Function result

Page class instance created in the method.

See also

TTabSheet.PageControl

  

The PageControl of which this TabSheet is a member.

TPageControl.Pages

  

Pages - the actual Pages (TTabSheet) that comprise the component.

TPageControl.ActivePage

  

ActivePage - the currently selected active page (TTabSheet).

TPageControl.GetPageClass

  

Gets the class type used to create a new tabsheet (or page) for the page control.