MidItems.TXMLData Properties
From RAD Studio VCL Reference
Delphi Information
| property Parent: TComponent read FParent; |
Indicates the Web item that uses this object to represent its link to an XML broker. |
| property XMLBroker: TXMLBroker read GetXMLBroker write SetXMLBroker; |
Specifies the XML broker that generates the dataset to which the associated Web item is bound. |
Unit: MidItems
Type: property
Visibility: public
Member Of: TXMLData
C++ Information
| __property Classes::TComponent * Parent = {read=FParent}; |
Indicates the Web item that uses this object to represent its link to an XML broker. |
| __property Xmlbrokr::TXMLBroker * XMLBroker = {read=GetXMLBroker,write=SetXMLBroker}; |
Specifies the XML broker that generates the dataset to which the associated Web item is bound. |
Unit: MidItems
Type: property
Visibility: public
Member Of: TXMLData
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!