TdxTileControlItem.OnFrameDestroy Event
In This Article
Enables you to destroy the objects you created during the tile item’s frames initialization.
#Declaration
Delphi
property OnFrameDestroy: TdxTileControlItemFrameEvent read; write;
#Remarks
Handle this event to destroy the objects you created within the tile item’s OnFrameInitialize event handler.
Sender references the frame being destroyed.
See Also