RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLBroker.Notify Property

Lists the objects that are notified when any properties affecting the XML broker's connection to its provider change.

Pascal
property Notify [Index: Integer]: TObject;
C++
__property TObject * Notify[int Index];

Read Notify to access the objects that respond when the XML broker's connection to its provider changes. These objects are sent a notification when the ProviderName, AppServer, or RemoteServer property changes. 

Most applications do not need to use the Notify property. It allows the Web page editor to remain synchronized with property changes made at design time. 

 

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