Vcl.DBCtrls.TListSourceLink.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 TListSourceLink

Description

Ensures that the lookup list of the associated lookup control is up-to-date.

LayoutChanged is called automatically after changes in the size or binding of the associated lookup control. It updates the associated lookup control's lookup list to reflect the current size and binding.