Friendly Name | VarName |
---|---|
API Name | VarName |
Type | String |
Restrictions | |
Get Function | N/A |
Set Function | N/A |
Applies To | All Controls and Forms |
When an instance of a form or control is created, OpenDCL sets the value of an AutoLISP
variable to a handle for the control. This handle can be used as a reference to
the control when calling OpenDCL functions. If the VarName property is not empty,
its value is used as the AutoLISP variable name. If the VarName property is empty,
the AutoLISP variable name is generated automatically in the form <project-key>/<form-name>/<control-name>
to ensure a unique symbol name.