AppleEventObjectSpecifier
From Real Software Documentation
Class (inherits from Object)
| This class is only available on the OS X platform. For cross-platform development, 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.
Examples
See the examples for the AppleEvent class.
See Also
AppleEvent class; GetIndexedObjectDescriptor, GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetPropertyObjectDescriptor, GetRangeObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.
