RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInetXWebDataSet.Fields Method

Returns the set of fields in the associated dataset.

Pascal
function Fields: TFields;
C++
__fastcall TFields Fields();

Call Fields to obtain access to the field objects (TField) that represent the fields in the XML data packet. Each field object can be used to read the value of the field, determine its type, and so on. 

 

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