RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.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();

Call Modified before changing the value of a field in the current record of the dataset. It is not necessary to call Modified if the changes are written directly to the field components indexed by the Fields property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!