RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDisplayGroup.XMLBroker Property

Binds the XML display group to an XML broker that represents a dataset.

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

Most XML display groups contain controls that represent database information. TDataGrid and TFieldGroup represent the fields from a dataset. By default, TQueryFieldGroup represents the parameter values for a query or stored procedure or field values that filter a table. XMLBroker indicates the XML broker component that fetches XML data packets for the dataset whose values the controls display. 

If the controls arranged by TXMLDisplayGroup represent the data from a dataset nested within the XML broker's data packet, use the XMLDataSetField to indicate which dataset field to use from the data packet associated with XMLBroker. 

 

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