pict.setPicture
| Syntax |
pict.setPicture (value)
|
| Params |
value is a binary value representing a picture stored in PICT format.
|
| Action |
Changes the contents of the target picture window to a Macintosh picture contained in value.
|
| Returns |
True
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Examples |
pict.setPicture (people.[user.initials].testPict) » true
|
| Notes |
This verb only operates on a target window containing a picture object.
|
| See Also |
pict.getPicture
|