Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 573 Bytes

File metadata and controls

32 lines (25 loc) · 573 Bytes

GetFldFlag

Description

Returns a number indicating the accuracy flag of a specified field in the referenced record.

FUNCTION GetFldFlag(
				h : HANDLE;
				t : INTEGER): INTEGER;
def vs.GetFldFlag(h, t):
    return INTEGER

Parameters

Name Type Description
h HANDLE Handle to record.
t INTEGER Field index (range of 1 - n).

Examples

fieldType:=GetFldFlag(recordHandle,3);

Version

Availability: from Vectorworks 2016

Category