Returns the name of the specified field in the referenced record.
FUNCTION GetFldName(
h : HANDLE;
index : INTEGER): STRING;def vs.GetFldName(h, index):
return STRING| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to record. |
| index | INTEGER | Number of field whose name will be returned (in a range of 1-n). |
FName:=GetFldName(HandleToRecord,1);FName = vs.GetFldName(HandleToRecord,1)Availability: from All Versions