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)| 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. |
VS Functions: SetRFieldOpt | GetRField | SetRField
Availability: from Vectorworks 2021