Method
GetNamedObjectDescriptor
Description
Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and name.
Usage
result = GetNamedObjectDescriptor(DesiredClass, ObjectSpecifier, Name)
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. |
|
Name |
The name of the object you are looking for. |
Compatibility
Project Types |
Desktop |
Operating Systems |
macOS |