RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.UpdateData Method

Generates an OnUpdateData event.

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

UpdateData overrides the default UpdateData method to call the OnUpdateData event handler where the data-aware control can write any pending edits to the record in the dataset. 

 

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