TdxBarManager.DeleteToolBar(TdxBar,Boolean) Method
In This Article
Deletes the ABar toolbar.
#Declaration
#Parameters
Name | Type |
---|---|
ABar | Tdx |
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