Method
GetNamedObjectDescriptor
Description
Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and name.
Usage
result = GetNamedObjectDescriptor(DesiredClass, Object, name)
Part |
Type |
Description |
---|---|---|
result |
The object that was found. |
|
DesiredClass |
Indicates the class of AppleEvent object you are looking for. |
|
Object |
The source object. Pass Nil to search at the application level. |
|
Name |
The name of the object you are looking for. |
Compatibility
All project types on all supported operating systems.