TCustomdxBarControl.OnDestroy Event
In This Article
Occurs before the current toolbar control is destroyed.
#Declaration
Delphi
property OnDestroy: TNotifyEvent read; write;
#Remarks
Handle the OnDestroy event to perform specific actions before the current toolbar control is destroyed.
See Also