Parent: $root.$constants
| kAutoBOOL | Force variable to be passed as an automation BOOL (Boolean) |
| kAutoBOOLREF | Force variable to be passed as a reference to an automation BOOL (Boolean) |
| kAutoBSTR | Force variable to be passed as an automation BSTR (binary string) |
| kAutoBSTRREF | Force variable to be passed as a reference to an automation BSTR (binary string) |
| kAutoCY | Force variable to be passed as an automation CY (Currency) |
| kAutoCYREF | Force variable to be passed as a reference to an automation CY (Currency) |
| kAutoDISPATCH | Force variable to be passed as an automation DISPATCH (interface pointer) |
| kAutoDISPATCHREF | Force variable to be passed as a reference to an automation DISPATCH (interface pointer) |
| kAutoEMPTY | Force variable to be passed as EMPTY |
| kAutoEMPTYREF | Force variable to be passed as a reference to EMPTY |
| kAutoI1 | Force variable to be passed as an automation I1 (Signed byte) |
| kAutoI1REF | Force variable to be passed as a reference to an automation I1 (Signed byte) |
| kAutoI2 | Force variable to be passed as an automation I2 (Signed word) |
| kAutoI2REF | Force variable to be passed as a reference to an automation I2 (Signed word) |
| kAutoI4 | Force variable to be passed as an automation I4 (Signed long) |
| kAutoI4REF | Force variable to be passed as a reference to an automation I4 (Signed long) |
| kAutoNULL | Force variable to be passed as NULL |
| kAutoR4 | Force variable to be passed as an automation R4 (4 byte real) |
| kAutoR4REF | Force variable to be passed as a reference to an automation R4 (4 byte real) |
| kAutoR8 | Force variable to be passed as an automation R8 (8 byte real) |
| kAutoR8REF | Force variable to be passed as a reference to an automation R8 (8 byte real) |
| kAutoUI1 | Force variable to be passed as an automation UI1 (Unsigned byte) |
| kAutoUI1REF | Force variable to be passed as a reference to an automation UI1 (Unsigned byte) |
| kAutoUI2 | Force variable to be passed as an automation UI2 (Unsigned word) |
| kAutoUI2REF | Force variable to be passed as a reference to an automation UI2 (Unsigned word) |
| kAutoUI4 | Force variable to be passed as an automation UI4 (Unsigned long) |
| kAutoUI4REF | Force variable to be passed as a reference to an automation UI4 (Unsigned long) |