RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.RemoveNotify Method

Removes an object to the Notify property list.

Pascal
procedure RemoveNotify(ANotify: TObject);
C++
__fastcall RemoveNotify(TObject * ANotify);

Call RemoveNotify to remove an object from the list maintained by the Notify property. Each object in this list is notified every time a property that affects the metadata of the XML broker's data packets changes. 

 

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