TdxTileControlItem.OnFrameInitialize Event
Enables you to initialize the tile item’s frame when it is about to be displayed.
Declaration
property OnFrameInitialize: TdxTileControlItemFrameEvent read; write;
Remarks
Handle this event to dynamically customize settings of the frame passed as the Sender parameter before this frame is displayed in the tile item. For instance, you can change the tile item’s text blocks or graphics implementing live updates.
Any objects you create within a tile item’s OnFrameInitialize event handler can be destroyed within the item’s OnFrameDestroy event handler.
See Also