Set options for a record field.
PROCEDURE SetRFieldOpt(
h : HANDLE;
record : STRING;
field : STRING;
isEmpty : BOOLEAN;
isDataLinked : BOOLEAN);def vs.SetRFieldOpt(h, record, field, isEmpty, isDataLinked):
return None| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to a object with an attached record. |
| record | STRING | Name of record to be updated. |
| field | STRING | Name of field to be updated. |
| isEmpty | BOOLEAN | Option to set, specifying this field as empty data for the Data Manager. |
| isDataLinked | BOOLEAN | Option to set, specifying this field data linked for the Data Manager. |
SetRField(HandleToObject,'Part Info','Serial No.',False, False);VS Functions: GetRFieldOpt | GetRField | SetRField
Availability: from Vectorworks 2021