TcxTabs.Clear Method
Clears the tab collection.
Declaration
procedure Clear; override;
Remarks
Call this method to remove all tabs from the collection.
Note
Removing a tab using the Clear or Delete method call does not fire a tab control’s OnCanCloseEx and OnCanClose events.
See Also