RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDataSet.DataSetPath Property

Represents the parsed value of the DataSetField property.

Pascal
property DataSetPath: TStrings;
C++
__property TStrings DataSetPath;

DataSetPath is a parsed version of the DataSetField property, where each dataset field is a separate string in the TStrings object. The order of the strings indicates the level of nesting, where the first string names a dataset field in the XML broker's data packet, the second string names a dataset field in that nested dataset, and so on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!