RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.UpdateRecord Method

Ensures that data-aware controls and detail datasets reflect record updates.

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

UpdateRecord is used internally by some dataset methods to inform data-aware controls of updates and trigger an OnUpdateRecord event if cached updates are enabled. Applications should not need to call UpdateRecord directly unless they provide custom dataset methods that bypass TDataSet methods. 

 

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