RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.RecordChanged Method

Generates an OnDataChange event.

Pascal
procedure RecordChanged(Field: TField); override;
C++
virtual __fastcall RecordChanged(TField Field);

Applications can not call this protected method. It is triggered automatically when the contents of the current record change. RecordChanged calls the OnDataChange event handler if there is one. 

 

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