GetPropertyObjectDescriptor
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 an AppleEventObjectSpecifier that refers to a property of the AppleEventObjectSpecifier passed.
Syntax
result=GetPropertyObjectDescriptor(Object, Name)
Part | Type | Description |
---|---|---|
result | AppleEventObjectSpecifier | An object that refers to the Name property of Object. |
Object | AppleEventObjectSpecifier | The source object. Pass Nil to search at the application level. |
Name | String | The name of the property of Object to be returned. |
See Also
AppleEvent class; GetIndexedObjectDescriptor, GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetRangeObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.