Data.DB.TMasterDataLink.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
Data.DB.pas
Data.DB.hpp
Data.DB TMasterDataLink

Description

Informs the dataset that owns the TMasterDataLink object after the data source has changed the number of records buffered.

Applications can not call the protected LayoutChanged method. LayoutChanged is called automatically when the source dataset changes to reflect a change in the layout of a control linked to that source dataset. LayoutChanged regenerates the Fields property and triggers an OnMasterChange event.

See Also