RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTabSet.Create Constructor

Constructs a tab set control.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDockTabSet(TComponent * AOwner);

Create sets the initial values of the control, including creating a TTabList object that holds the list of tabs for the control. The AOwner parameter specifies the component (usually a form) that is responsible for freeing the tab set. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!