| Lokaler Name | VarName |
|---|---|
| API Name | VarName |
| Datentyp | String |
| Gültigkeit | |
| Get Funktion | N/A |
| Set Funktion | N/A |
| Anwendbar auf | 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.