RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.CheckBrowseMode Method

Allows the data-aware object to respond just before an event that changes the dataset state.

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

The CheckBrowseMode method defined by TDataLink merely provides an interface for a method that can update any state information just before a change to the dataset occurs. Derived objects that do not need to respond to these events can allow the inherited method to ignore them. 

 

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