FieldCount property: Record class

Description

This property returns the total number of fields contained in the record. This value is a number.

This property is read-only.

Example

WinMessage("This record has this many fields : " | &REC.FieldCount);