GetPropertyObjectDescriptor

From Real Software Documentation

Jump to: navigation, search
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.

Personal tools