RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDataSetComponent.XMLBroker Property

Indicates the XML broker that fetches the data packets to which the Web item is bound.

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

Use XMLBroker to access the TXMLBroker object that fetches XML data packets from the application server. The XML broker can be used to obtain information about the source of the dataset, the form that contains the XML data packet, the javascript variables that represent this data packet, and so on.

Note: The dataset represented by the Web item may not correspond directly to the XML broker's dataset. It may be a nested dataset contained by that dataset. The XMLDataSet property indicates whether the dataset is nested, and if so, describes the field that represents it.
 

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