Reference forms
| Reference form | Purpose |
| Arbitrary Element | Specifies an arbitrary object in a container |
| Every Element | Specifies every object of a particular class in a container |
| Filter | Specifies every object in a particular container that matches conditions defined in a Boolean expression |
| ID | Specifies an object by its ID property |
| Index | Specifies the position of an object with respect to the beginning or end of a container |
| Middle Element | Specifies the middle object in a container |
| Name | Specifies an object by its Name property |
| Property | Specifies a property of an application object, a record, a script object, or a date |
| Range | Specifies a series of objects |
| Relative | Specifies the position of an object in relation to another object |