RAD Studio VCL Reference
|
Specifies the component that supplies the XML data that this component transforms.
property XMLData: TComponent;
__property TComponent * XMLData;
Use the XMLData property to specify the XML data that this component transforms. XMLData must be set to a component that supports either the IXMLDocument interface (for example, TXMLDocument or one of its descendants) or the IGetXMLStream interface (for example, TXMLBroker).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|