Back to Devexpress

TdxBarManager.DeleteToolBar(TdxBar,Boolean) Method

vcl-dxbar-dot-tdxbarmanager-dot-deletetoolbar-x28-dxbar-dot-tdxbar-system-dot-boolean-x29.md

latest850 B
Original Source

TdxBarManager.DeleteToolBar(TdxBar,Boolean) Method

Deletes the ABar toolbar.

Declaration

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

Parameters

NameType
ABarTdxBar
AConfirmationBoolean

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

TdxBarManager Class

TdxBarManager Members

dxBar Unit