RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMasterDataLink.CheckBrowseMode Method

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

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

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. 

 

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