| Prev | Next | Basic Verbs > property |
property
| Syntax |
property (property, container)
|
| Params |
property is a string4 Apple Object Model property constant container is specifier for the object that contains the property being specified.
|
| Action |
Creates an Apple event object specifier for a the property of container.
|
| Returns |
The resulting object specifier
|
| Examples |
property ('cfon', wordSpec) » true
Specifies the font property of the object specified by wordSpec. |
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
This verb is implemented as a small script that calls setObj, to which it is closely related. Values for all of the standard properties are defined in system.macintosh.constants.
|
| See Also |
setObj
|
| Prev | Next | Basic Verbs > property |