Method

GetUniqueIDObjectDescriptor


Description

Returns a unique AppleEvent Object ID.

Usage

result = GetUniqueIDObjectDescriptor(DesiredClass, ObjectSpecifier, Name)

Part

Type

Description

result

AppleEventObjectSpecifier

The object that was created.

DesiredClass

String

The class of AppleEvent object you are looking for.

ObjectSpecifier

AppleEventObjectSpecifier

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

Name

AppleEventObjectSpecifier

The name of the object you are looking for.

Notes

The DesiredClass is the AppleEvent class and the ObjectSpecifier is the AppleEvent object.

Compatibility

Project Types

Desktop

Operating Systems

macOS

See also

Object parent class; AppleEventObjectSpecifier class.