GetPropertyObjectDescriptor

From Xojo Documentation

Method


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.