... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
167
Class: system object
Contains information about the computer system.
To return the system object, use the system_object property of the application class.
The following example displays the current screen resolution (for example, "1024 x 768").
set horz to horizontal resolution of system_object
set vert to vertical resolution of system_object
display dialog "Resolution = " & horz & " x " & vert
Properties
country
Returns the country/region designation of the system. Read-only.
cursor
Returns or sets the state (shape) of the pointer. Read/write.
Can be one of the following:
·
cursor ibeam
·
cursor normal
·
cursor northwest arrow
·
cursor wait
horizontal resolution
Returns the horizontal display resolution, in pixels. Read-only.
operating system
Returns the name of the current operating system. Read-only.
processor type
Returns the type of processor that the system is using. Read-only.
system version
Returns the version number of the processor. Read-only.
vertical resolution
Returns the vertical screen resolution, in pixels. Read-only.
Summary :
Can be one of the following: · cursor ibeam · cursor normal · cursor northwest arrow · cursor wait horizontal resolution Returns the horizontal display resolution, in pixels.
Tags :
system,resolution,returns,readonly,cursor,amp,horizontal,quot,systemobject,processor,ertical,pixels,horz