RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLDataLink.CheckBrowseMode Method

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

Pascal
procedure CheckBrowseMode; override;
C++
virtual __fastcall CheckBrowseMode();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!