GetPropertyObjectDescriptor

From Xojo Documentation

Revision as of 15:02, 27 July 2017 by PLefebvre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...
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.