Object Management Functions
Symbol | Name | Description |
---|---|---|
⎕DQ |
Dequeue | processes user actions, invoking callbacks |
⎕NQ |
Enqueue | generates an event under program control |
⎕WC |
Create Object | creates new object with specified properties |
⎕WG |
Get Properties | gets values of properties from an object |
⎕WN |
Object Names | reports names of all children of an object |
⎕WS |
Set Properties | sets values of properties for an object |