Data.DB.TDataLink.LayoutChanged
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataLink | |
Delphi
procedure LayoutChanged; virtual;
C++
virtual void __fastcall LayoutChanged();
Description
Responds to changes in the representation of the data by the data-aware object.
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.