Skip to main content

TdxTileControlItem.OnFrameDestroy Event

Enables you to destroy the objects you created during the tile item’s frames initialization.

Declaration

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