RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.FieldDefList Property

Points to the list of field definitions for the dataset.

Pascal
property FieldDefList: TFieldDefList;
C++
__property TFieldDefList FieldDefList;

FieldDefList points to an internal list of field definitions for the dataset. FieldDefList represents a flattened view of the data, meaning that object fields in the dataset may be represented by several simple field definitions that represent the constituents of the object field. To determine the definitions in a hierarchical view, use FieldDefs instead. 

To access fields and field values in a dataset, use the Fields, AggFields, and FieldValues properties, and the FieldByName method. 

 

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