Vcl.Tabs.TTabList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const ATabSet: TTabSet);

C++

__fastcall TTabList(TTabSet* const ATabSet);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabList

Description

Creates an instance of TTabList.

Call TTabList to create an instance of TTabList at run time.

The ATabSet parameter specifies the component (usually a TTabSet object) that manages the lifetime of the TTabList object.

See Also