Skip to main content

TdxBarManager.OnShowCustomizingForm Event

Occurs before the current bar manager’s Customization Form is displayed.

Declaration

property OnShowCustomizingForm: TNotifyEvent read; write;

Remarks

Handle the OnShowCustomizingForm event to perform specific actions before the Customization Form of the bar manager specified by the Sender parameter is displayed.

Handle the OnHideCustomizingForm event to perform specific actions after the Customization Form has been hidden.

See Also