Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.DoBarClose(TdxBar) Method

Fires the OnBarClose event.

#Declaration

Delphi
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