TcxTabs.Delete(Integer) Method
In This Article
Deletes the tab specified by its index from the tab collection.
#Declaration
Delphi
procedure Delete(Index: Integer); override;
#Parameters
Name | Type |
---|---|
Index | Integer |
#Remarks
When a tab is deleted, all the subsequent tabs are moved up in the collection. Then, the Count property value is decremented.
Note
Removing a tab using the Delete or Clear method call does not fire a tab control’s On
See Also