TdxCustomTileControl.LayoutChanged Method
Forces the tile control to update itself.
Declaration
procedure LayoutChanged; virtual;
Remarks
This method is called internally to update the tile control every time its content has been changed. The update is performed immediately unless the tile control is currently locked for updates with the BeginUpdate/EndUpdate method blocks.
Normally, there is no need to explicitly call the LayoutChanged method. You might, however, find it useful if you have external resources with which you dynamically initialize tile control elements.
See Also