Data.DB.TMasterDataLink.LayoutChanged

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TMasterDataLink

Delphi

procedure LayoutChanged; override;

C++

virtual void __fastcall LayoutChanged();

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