- 积分
- 7540
- 明经币
- 个
- 注册时间
- 2006-4-6
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
OPENDCL中每个对话框的每个控件都有一个NAME值,有没有办法实现获取所有NAME值,或者是varname值;
Friendly Name | Name | API Name | Name | Type | String | Restrictions | Must be unique within container | Get Function | (dcl_Control_GetName <CONTROL>) | Set Function | N/A | Applies To | All Controls and Forms | Every form in a project, and every control on a form must have a unique name. When a new control is added to a form, it is assigned an automatically generated unique name, however the name may be changed to something more meaningful if desired.
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.
|
|