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
Value Returned
|
The value of the specified property of the given field or GUI component. |
Example
vfoGRGetCreateFormFieldProp("Contact Rows" "invisible")
=> nil
Return to top