Skip to main content

Create(TcxCustomTabControlProperties) Constructor

Creates an instance of the TcxTabs class.

Declaration

constructor Create(AProperties: TcxCustomTabControlProperties);

Parameters

Name Type
AProperties TcxCustomTabControlProperties

Remarks

The Create method is used to instantiate a TcxTabs object. The AParent parameter specifies the tab control, to which the created tab collection will belong.

Do not create or destroy TcxTabs objects in applications. They are created and destroyed automatically by tab controls whose Tabs property they represent.

See Also