MidItems.TXMLData
Contents |
Delphi Information
From MidItems.pas
TXMLData = class(TObject)
Unit: MidItems
Type: class
Inherited Class Members: MidItems.TXMLData Members
Class Properties: MidItems.TXMLData Properties
Class Methods: MidItems.TXMLData Methods
Class Constructors & Destructors: MidItems.TXMLData Constructors
Class Events: MidItems.TXMLData Events
C++ Information
From MidItems.hpp
TXMLData = class(TObject)
Unit: MidItems
Type: class
Inherited Class Members: MidItems.TXMLData Members
Class Properties: MidItems.TXMLData Properties
Class Methods: MidItems.TXMLData Methods
Class Constructors & Destructors: MidItems.TXMLData Constructors
Class Events: MidItems.TXMLData Events
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.