RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.FieldNo Property

Identifies the physical field number used to reference the field.

Pascal
property FieldNo: Integer;
C++
__property int FieldNo;

Use FieldNo to find out where the physical field the field definition references is in the set of fields in the table. For example, if the value of FieldNo is 2, then the field is the second field in the underlying database table. 

When adding field definitions to a dataset, set FieldNo to specify the location at which to create the field. 

 

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