
The following types are used by ObjectDCL:
| Type | Description |
|---|---|
| 3dPoint | List of three real values. |
| Boolean | Boolean values. |
| Htreeitem (Tree node handle) | A tree node handle to an item in a TreeControl. |
| Hwnd (Window handle) | A window handle to an ObjectDCL dialog or control. |
| Integer | Integer numeric values. |
| List | List of values. |
| OleObject | List describing key references and interfaces of an ActiveX object. |
| Picture | ID of a picture in the project picture folder. |
| Point | List of two real values. |
| Real | Floating-point numeric values. |
| Reference | A reference to an ObjectDCL dialog or control. |
| String | A string of characters. |
The following values are used by ObjectDCL:
| Value | Description |
|---|---|
| Nil | AutoLISP nil value. |
| T | Represents True for boolean values. |
| Void | Void or blank value. |
The following types and values are ordered alphabetically: