GetIndexedObjectDescriptor Function
Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and index.
Syntax
result = GetIndexedObjectDescriptor( DesiredClass, Object, Index )
Parameters | ||
DesiredClass |
Indicates the class of AppleEvent object you are looking for. |
|
Object |
The source object. Pass Nil to search at the application level. |
|
Index |
The number of the object you want (starting at 1). |