MidItems.TXMLData
From RAD Studio API Documentation
Revision as of 17:42, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
TXMLData = class(TObject)
C++
class PASCALIMPLEMENTATION TXMLData : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | MidItems.pas MidItems.hpp |
MidItems | MidItems |
Description
TXMLData manages the relationship between an XML broker and a Web item that represents a dataset in that XML broker's data packet.
TXMLData represents the link to an XML broker for a Web item that is bound to a dataset in the XML broker's data packet. It is the base class for TXMLDataSet, which allows the Web item to bind to a dataset field nested in the XML broker's top-level dataset.
TXMLData does not support the ability to bind to a nested dataset field. Rather, it introduces the underlying support needed to keep track of the XML broker for components that supply this ability.