Returns the number of fields in the referenced record.
FUNCTION NumFields(h : HANDLE): INTEGER;def vs.NumFields(h):
return INTEGER| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to record. |
totalFields:=NumFields(HandleToRecord);Availability: from All Versions