Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.02 KB

File metadata and controls

44 lines (36 loc) · 1.02 KB

SetRFieldOpt

Description

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

Parameters

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.

Examples

SetRField(HandleToObject,'Part Info','Serial No.',False, False);

See Also

VS Functions: GetRFieldOpt | GetRField | SetRField

Version

Availability: from Vectorworks 2021

Category