RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.OnDataChange Event

Occurs when the contents of the dataset change.

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

Write an OnDataChange event handler to take specific action when there is a change to the contents of the field. OnDataChange allows the control to respond when the dataset sends notifications that the data has changed. 

 

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