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

TdxBarManager.DeleteToolBar(TdxBar,Boolean) Method

Deletes the ABar toolbar.

#Declaration

Delphi
procedure DeleteToolBar(ABar: TdxBar; AConfirmation: Boolean);

#Parameters

Name Type
ABar TdxBar
AConfirmation Boolean

#Remarks

The DeleteToolBar method destroys an instance of the ABar toolbar.

ABar specifies the toolbar to be destroyed.

AConfirmation specifies whether to display a confirmation dialog before the toolbar is deleted. Set AConfirmation to True, to show the dialog. Otherwise, the toolbar will be removed without confirmation.

See Also