TdxBarItem.OnDestroy Event
In This Article
This event occurs before the bar item is destroyed.
#Declaration
Delphi
property OnDestroy: TNotifyEvent read; write;
#Remarks
Handle this event to perform special processing when destroying the item.
See Also