Data.SqlExpr.TSQLDataLink.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.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLDataLink

Description

Informs the dataset that owns the TSQLDataLink object when the current record in the source dataset is about to change.

Applications cannot 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 TSQLDataLink object.

See Also