Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTabs.Delete(Integer) Method

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

See Also