Skip to main content

TcxTabs.Delete(Integer) Method

Deletes the tab specified by its index from the tab collection.

Declaration

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 OnCanCloseEx and OnCanClose events.

See Also