RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInetXWebDataSet.AddOnDataChange Method

Adds an event handler to the list of event handlers that are called when the fields or parameters of the dataset change.

Pascal
procedure AddOnDataChange(const Value: TNotifyEvent);
C++
__fastcall AddOnDataChange(const TNotifyEvent Value);

Call AddOnDataChange to specify an event handler that is called when the fields or parameters of the dataset change. This allows Web items to update their data bindings to reflect changes in the associated data packet. 

Value specifies the event handler that is added to the list. 

 

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