RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.LayoutChanged Method

Informs the grid after the layout of the TCustomDBGrid has changed in a way that affects the representation of the dataset.

Pascal
procedure LayoutChanged; override;
C++
virtual __fastcall LayoutChanged();

Applications cannot call the LayoutChanged method directly. The TCustomDBGrid that owns the TGridDataLink calls this method automatically when layout changes affect the representation of the dataset. LayoutChanged allows the TCustomDBGrid to regenerate its layout by calling its LayoutChanged method. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!