TdxBarManager.DoBarClose(TdxBar) Method
In This Article
Fires the OnBarClose event.
#Declaration
Delphi
procedure DoBarClose(ABar: TdxBar); dynamic;
#Parameters
Name | Type |
---|---|
ABar | Tdx |
#Remarks
The DoBarClose method is called when clicking the Close button on a floating toolbar specified by the ABar parameter. This method fires the OnBarClose event.
You can override the DoBarClose method to perform specific actions when closing a floating toolbar.
If a floating toolbar represents a main menu please refer to the DoCloseButtonClick method.
See Also