RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLButton.XMLBroker Property

Associates the XML button with an XML broker.

Pascal
property XMLBroker: TXMLBroker;
C++
__property TXMLBroker XMLBroker;

Set XMLBroker to specify the XML broker whose data packets the XML button manipulates.  

When XML buttons are used by TDataNavigator, the data navigator already establishes a connection (indirectly) to an XML broker. If the XML button uses this same XML broker, you do not need to set the XMLBroker property. Instead, setting the XMLUseParent property to true (the default) automatically associates the XML button with the same broker as the one associated with the navigator. 

 

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