TdxBarManager.DeleteToolBar(TdxBar,Boolean) Method
Deletes the ABar toolbar.
Declaration
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