Back to Devexpress

TdxCustomTileControl.LayoutChanged Method

vcl-dxcustomtilecontrol-dot-tdxcustomtilecontrol-6dda1773.md

latest956 B
Original Source

TdxCustomTileControl.LayoutChanged Method

Forces the tile control to update itself.

Declaration

delphi
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

TdxCustomTileControl Class

TdxCustomTileControl Members

dxCustomTileControl Unit