GetRangeObjectDescriptor
From Xojo Documentation
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Returns an AppleEventObjectSpecifier containing a range of objects contained in the AppleEventObjectSpecifier passed.
Syntax
result=GetRangeObjectDescriptor(DesiredClass, Object, RangeStart, RangeEnd)
Part | Type | Description |
---|---|---|
result | AppleEventObjectSpecifier | The object containing the range of objects specified. |
DesiredClass | String | The class of AppleEvent object you are looking for. |
Object | AppleEventObjectSpecifier | The source object. Pass Nil to search at the application level. |
RangeStart | AppleEventObjectSpecifier | Indicates the start of the range. |
RangeEnd | AppleEventObjectSpecifier | Indicates the end of the range. |
See Also
AppleEvent class, GetIndexedObjectDescriptor, GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetPropertyObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.