Specifications

OLE reference
148
Glink: API reference manual Gallagher & Robertson
Properties
The following properties are provided by Glink:
Property Description
Automated
Provides Glink automation status
Caption
Current window title
CursorX
Current screen X coordinate
CursorY
Current screen Y coordinate
DDEname
Current DDEname
Gparam
Global script parameters
Height
Height of main window (pixels)
Iconic
Iconic state
Info interface
Emulation information interface
Instance
Glink instance identifier
Left
X-coordinate of main window (pixels)
Param
Script run-time parameters
ProcessLine
Process and emulate host input
Screen interface
Screen information interface
Top
Y-coordinate of main window (pixels)
Visible
Visible state
Width
Width of main window (pixels)
Zoomed
Zoomed state
These properties allow you to get or set the various aspects of Glink. All the
Glink properties are readable and writable (get/set). For example, you can not
only find out where the Glink window is positioned by reading the Left and Top
properties, but you can change its position by assigning new values to the same
properties.