RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiDimDataLink.LayoutChanged Method

Responds to changes in the representation of the data by the data-aware object.

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

The LayoutChanged method simply calls the DataSetChanged method. LayoutChanged is intended to provide an interface for a method that can respond after changes in the representation of the data by the data-aware object. An example of such a change would be changing the number or order of the columns in a TCustomDBGrid. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!