Method
GetIndexedObjectDescriptor
Description
Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and index.
Usage
result = GetIndexedObjectDescriptor(DesiredClass, ObjectSpecifier, index)
Part |
Type |
Description |
---|---|---|
result |
The object that was found. |
|
DesiredClass |
Indicates the class of AppleEvent object you are looking for. |
|
ObjectSpecifier |
The source object. Pass Nil to search at the application level. |
|
Index |
The number of the object you want (starting at 1). |
Compatibility
Project Types |
Desktop |
Operating Systems |
macOS |