Skip to main content

TdxBarManager.OnHideCustomizingForm Event

Occurs after hiding the current bar manager’s Customization Form.

Declaration

property OnHideCustomizingForm: TNotifyEvent read; write;

Remarks

Handle the OnHideCustomizingForm event to perform specific actions after hiding the Customization Form of the bar manager specified by the Sender parameter.

Handle the OnShowCustomizingForm event to perform specific actions before displaying the Customization Form.

See Also