RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDefList.FieldDefs Property

Lists the field definitions for the dataset associated with the TFieldDefList object.

Pascal
property FieldDefs [Index: Integer]: TFieldDef;
C++
__property TFieldDef FieldDefs[int Index];

FieldDefs points to a internal list of field definitions for a dataset. A TFieldDefList with object field types, such as TADTField and TArrayField, lists child TFieldDef objects sequentially after the parent TFieldDef

 

Find 

DataSet 

operator_sb

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