API:Vcl.DockTabSet.TDockTabSet.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TDockTabSet(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TDockTabSet(HWND ParentWindow) : Vcl::Tabs::TTabSet(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DockTabSet.pas
Vcl.DockTabSet.hpp
Vcl.DockTabSet TDockTabSet

Description

Constructs a tab set control.

Vcl.DockTabSet.TDockTabSet.Create inherits from Vcl.Tabs.TTabSet.Create. All content below this line refers to Vcl.Tabs.TTabSet.Create.

Constructs a tab set control.

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.

See Also