API:Vcl.DBGrids.TGridDataLink.LayoutChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LayoutChanged; override;

C++

virtual void __fastcall LayoutChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

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

Vcl.DBGrids.TGridDataLink.LayoutChanged inherits from Data.DB.TDataLink.LayoutChanged. All content below this line refers to Data.DB.TDataLink.LayoutChanged.

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.

See Also