Record.FieldNo(Any) Method
Version: Available or changed with runtime version 1.0.
Gets the number assigned to a field in the table description.
Syntax
Number := Record.FieldNo(Field: Any)
Parameters
Record
Type: Record
An instance of the Record data type.
Field
Type: Any
The name of the field in the record.
Return Value
Number
Type: Integer