RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.OnUpdateData Event

Occurs when it is time to post any pending changes to the dataset.

Pascal
property OnUpdateData: TNotifyEvent;
C++
__property TNotifyEvent OnUpdateData;

Write an OnUpdateData event handler to write the data in the representation of the field to the database record. Posting the data from within OnUpdateData does not trigger a call to OnDataChange

 

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