RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.Modified Method

Tracks changes to the data which have not been written to the current record in the database.

Pascal
procedure Modified;
C++
__fastcall Modified();

Applications should not call Modified directly. Modified is called automatically whenever the TCustomDBGrid starts editing one of its fields. Modified allows the TGridDataLink to keep track of whether there are any edits that have not been posted. 

 

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