RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.AddNotify Method

Adds an object to the Notify property list.

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

Call AddNotify to add an object to 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. These include changes to the RemoteServer, AppServer, and ProviderName properties. 

ANotify specifies the object that wants to be notified of property changes. This object must support the INotifyConnectionChange interface, which the XML broker uses to notify it of changes. 

 

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