Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 948 Bytes

File metadata and controls

39 lines (32 loc) · 948 Bytes

GetRFieldOpt

Description

Get the options for a record field.

PROCEDURE GetRFieldOpt(
				h                   : HANDLE;
				record              : STRING;
				field               : STRING;
				VAR outIsEmpty      : BOOLEAN;
				VAR outIsDataLinked : BOOLEAN);
def vs.GetRFieldOpt(h, record, field):
    return (outIsEmpty, outIsDataLinked)

Parameters

Name Type Description
h HANDLE Handle to object.
record STRING Name of record format.
field STRING Name of field to be queried.
outIsEmpty BOOLEAN Output the flag for empty value used by the Data Manager.
outIsDataLinked BOOLEAN Output the flag for data linked value used by the Data Manager.

See Also

VS Functions: SetRFieldOpt | GetRField | SetRField

Version

Availability: from Vectorworks 2021

Category