Method
GetUniqueIDObjectDescriptor
Description
Returns a unique AppleEvent Object ID.
Usage
result = GetUniqueIDObjectDescriptor(DesiredClass, ObjectSpecifier, Name)
Part |
Type |
Description |
---|---|---|
result |
The object that was created. |
|
DesiredClass |
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. |
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.