Skip to main content

TdxBarManager.DoBarClose(TdxBar) Method

Fires the OnBarClose event.

Declaration

procedure DoBarClose(ABar: TdxBar); dynamic;

Parameters

Name Type
ABar TdxBar

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