2016

Table Of Contents
DATA SIZE
Usage: to obtain an object’s size in bytes.
data size reference as type
Possible values:
as
: type class
Result: integer
DELETE
Usage: to remove a specified element from an object or application.
delete reference
EXISTS
Usage: to check for the existence of a specified object.
exists reference
Result: Boolean
GET
Usage: to determine the data structure for an object.
get
and
set
are usually
used to read and write an object’s internal data and properties, rather than
the whole object.
Get reference
Result: the properties of the object you reference
GET AS
Usage: to determine the data structure for an object in a specific data type.
Get property of reference as type
Possible values:
as
: data type (See the “Data Coercion Chart.”)
Result: the properties of the object you reference in the data type you specify
MOVE
Usage: to change an object’s position in an application’s container hierarchy.
The specified object is moved from its current location to a specified insertion
point.Move” is not used to change the physical location of an object. To change
the physical location, you would use
set
to change its properties.
Move reference to insertion location
Possible values:
to
: location reference (See the “Apple Events Terminology”
section of this layout for insertion point information.)
Result: reference (to the object in its new location)
DEFINITIONS AND EXAMPLES EVENTS SUPPORTED BY QUARKXPRESS
36
|
A GUIDE TO APPLE EVENTS SCRIPTING