GetUniqueIDObjectDescriptor
From Xojo Documentation
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Returns a unique AppleEvent Object ID.
Syntax
result=GetUniqueIDObjectDescriptor (DesiredClass, Object, ID)
Part | Type | Description |
---|---|---|
result | AppleEventObjectSpecifier | AppleEvent object specifier |
DesiredClass | String | AppleEvent Class |
Object | AppleEventObjectSpecifier | AppleEvent Object |
ID | String | ID |
See Also
AppleEventObjectSpecifier class.