RAD Studio VCL Reference
|
Constructs a tab set control.
constructor Create(AOwner: TComponent); override;
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!
|