GetIndexedObjectDescriptor

From Xojo Documentation

Method


Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and index.

Syntax

result=GetIndexedObjectDescriptor(DesiredClass, Object, index)

Part Type Description
result AppleEventObjectSpecifier The object that was found.
DesiredClass String Indicates the class of AppleEvent object you are looking for.
Object AppleEventObjectSpecifier The source object. Pass Nil to search at the application level.
Index Integer The number of the object you want (starting at 1).

See Also

AppleEvent class; GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetPropertyObjectDescriptor, GetRangeObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.