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

AppleEventObjectSpecifier

The object that was found.

DesiredClass

String

Indicates the class of AppleEvent object you are looking for.

Object

AppleEventObjectSpecifier

The source object. Pass Nil to search at the application level.

Name

String

The name of the object you are looking for.

Compatibility

All project types on all supported operating systems.