Icon FieldCount Property

property FieldCount: Integer

Usage

The FieldCount property indicates the number of fields present in the current record. You can use the FieldCount property to iterate through the 0-based Fields property and access fields by their ordinal position in the current record.
Image