Create(TcxTabs) Constructor
Creates an instance of the TcxTab class.
Declaration
constructor Create(ATabs: TcxTabs); virtual;
Parameters
Name | Type |
---|---|
ATabs | TcxTabs |
Remarks
The Create method is used to instantiate the TcxTab object. The ATabs parameter specifies the owning collection of tabs. The position of a newly created tab object within the collection is specified by the Index parameter.
Do not create instances of the TcxTab class in applications. Use the Add or Insert method of the TcxTabs class to add a new tab to the collection.
See Also