Data.DB.TMasterDataLink.CheckBrowseMode

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 CheckBrowseMode; override;

C++

virtual void __fastcall CheckBrowseMode();

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