Skip to main content

TdxBarManager.DoBarAfterReset(TdxBar) Method

Fires the OnBarAfterReset event.

Declaration

procedure DoBarAfterReset(ABar: TdxBar); dynamic;

Parameters

Name Type
ABar TdxBar

Remarks

The DoBarAfterReset method is called after resetting a toolbar specified by the ABar parameter. The DoBarAfterReset method fires the OnBarAfterReset event.

Override the DoBarAfterReset method to implement specific actions after the default settings of a particular toolbar have been restored.

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

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

See Also