Table 5-3
Reference forms
Reference form
|
Purpose
|
Arbitrary Element
|
Specifies an arbitrary object in a container (rarely used)
|
Every Element
|
Specifies every object of a particular class in a container
|
Filter
|
Specifies every object in a particular container that matches conditions specified by a Boolean test 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 (rarely used)
|
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 in the same container
|