Vcl.DBCtrls.TDataSourceLink.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.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDataSourceLink

Description

Responds to changes in the representation of the data.

LayoutChanged updates the associated lookup control so that its field bindings remain accurate when the field order in the dataset changes.

See Also