AppleEventObjectSpecifier
From Xojo Documentation
Class (inherits from Object)
This class 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 class on an incompatible platform. |
An AppleEventObjectSpecifier specifies an object that an AppleEvent can be performed on.
Notes
An AppleEventObjectSpecifier can represent any object such as a document or a pushbutton. AppleEventObjectSpecifers are returned by several functions and are passed to the ObjectSpecifierParam property of an AppleEvent class object.
Sample Code
See the Sample Code for the AppleEvent class.
See Also
AppleEvent class; GetIndexedObjectDescriptor, GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetPropertyObjectDescriptor, GetRangeObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.