MidItems.TXMLDataParent
Delphi
TXMLDataParent = class(TXMLData)
C++
class PASCALIMPLEMENTATION TXMLDataParent : public TXMLData
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.
MidItems.TXMLDataParent inherits from MidItems.TXMLData. All content below this line refers to MidItems.TXMLData.
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.