RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataLink.UpdateData Method

Provides an interface for writing edits to a record in the dataset.

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

The UpdateData method defined by TDataLink merely provides an interface for a method that writes updates to the current record in the dataset while avoiding calls to RecordChanged that posting the changes may trigger. Derived objects that do not need to write edits to the dataset can allow the inherited method to do nothing. 

 

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