Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3XMLDoc.DataLocation

TQImport3XMLDoc


type TXMLDataLocation = (tlAttributes, tlSubNodes);

 

property DataLocation: TXMLDataLocation;

 

Description

The DataLocation property defines the location of data in XML document (attributes and subnodes text). E.g. if you set DataLocation = tlAttributes the data will be taken from the attributes.