Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vfoGRGetCreateFormFieldProp

vfoGRGetCreateFormFieldProp(
t_promptName
t_propertyName
)
=> value

Description

Gets the value of a property assigned to an existing field or GUI component displayed on the Create Guard Ring form.

Arguments

t_promptName

The field or GUI component name as it appears on the Create Guard Ring form, such as Device or Technology.

t_propertyName

The property of the specified field. The following values are acceptable for this argument: invisible, enabled, editable, defValue, and value.

Value Returned

value

The value of the specified property of the given field or GUI component.

Example

vfoGRGetCreateFormFieldProp("Contact Rows" "invisible")
 => nil

Return to top
 ⠀
X