GetNamedObjectDescriptor Function
Returns an AppleEventObjectSpecifier that is within another AppleEventObjectSpecifier. The AppleEventObjectSpecifier is found by class and name.
Syntax
result = GetNamedObjectDescriptor( DesiredClass, Object, Name )
Parameters | ||
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. |
Return Value | ||
Result |
The object that was found. |