RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInetXWebDataSet.RemoveOnDataChange Method

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

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

Call RemoveOnDataChange to remove an event handler that was added using the AddOnDataChange method.  

Value specifies the event handler to remove from the list. 

 

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