Method
GetPropertyObjectDescriptor
Description
Returns an AppleEventObjectSpecifier that refers to a property of the AppleEventObjectSpecifier passed.
Usage
result = GetPropertyObjectDescriptor(Object, Name)
Part |
Type |
Description |
---|---|---|
result |
An object that refers to the Name property of Object. |
|
Object |
The source object. Pass Nil to search at the application level. |
|
Name |
The name of the property of Object to be returned. |
Compatibility
All project types on all supported operating systems.
See also
AppleEvent class; GetIndexedObjectDescriptor, GetNamedObjectDescriptor, GetOrdinalObjectDescriptor, GetRangeObjectDescriptor, GetStringComparisonObjectDescriptor, GetTestObjectDescriptor functions.