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.DoBarBeforeReset(TdxBar) Method

Fires the OnBarBeforeReset event.

#Declaration

Delphi
procedure DoBarBeforeReset(ABar: TdxBar); dynamic;

#Parameters

Name Type
ABar TdxBar

#Remarks

The DoBarBeforeReset method is called before resetting a toolbar specified by the ABar parameter. The DoBarBeforeReset method fires the OnBarBeforeReset event.

Override the DoBarBeforeReset method to implement specific actions before restoring the default settings of a particular toolbar.

To implement specific actions after restoring the default settings of a particular toolbar, call the DoBarAfterReset method.

To make a reset optional for individual toolbars, handle a bar manager’s OnBarReset event.

See Also