Data.DB.TMasterDataLink.CheckBrowseMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckBrowseMode; override;

C++

virtual void __fastcall CheckBrowseMode();

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 when the current record in the source dataset is about to change.

Applications can not call the protected CheckBrowseMode procedure. CheckBrowseMode is called immediately before the current record in the source dataset changes. It calls the CheckBrowseMode method of the dataset that owns the TMasterDataLink object, so that it can post any pending edits before the record changes.

See Also