RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.FieldCount Property

Specifies the number of entries in the Fields array.

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

Use FieldCount when iterating over all the field components in the Fields property. FieldCount is the number of columns shown in the image of the datasource. The Fields array can contain undefined field components, which correspond to field components that are not in the dataset, such as calculated fields. 

 

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