RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.FieldList Property

Lists the field components of a dataset.

Pascal
property FieldList: TFieldList;
C++
__property TFieldList FieldList;

FieldList contains the names of all field components in the dataset. The fields are stored sequentially, or flattened out, meaning any child fields of an object field are stored as siblings in the TFieldList . ::Fields array. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!