RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.XMLData Property

Specifies the component that supplies the XML data that this component transforms.

Pascal
property XMLData: TComponent;
C++
__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!