Specifications

OLE reference
Gallagher & Robertson Glink: API reference manual 149
The Automated property
Automated: Boolean Automation status
This property can be used to find out whether or not the copy of Glink to which
you are connected is one that was started as a result of your CreateObject or that
was already running at the time. Note that if you disconnect from Glink and
leave the Glink window visible then that copy will remain in memory and be
available for future sessions; the automated property will then change from true
to false.
The Caption property
Caption: String Window title
This property can be used to get the current Glink Window title, or set it to a
new title.
VBA Example:
MsgBox (GL.Caption)
GL.Caption = "New title"
MsgBox (GL.Caption)
The CursorX property
CursorX: Integer Cursor X co-ordinate
This property can be used to get or set the cursor's X position. The X position
value goes from 1 to the width (in characters) of the emulation screen. This will
depend on the emulation settings, but will normally be 80.
The CursorY property
CursorY: Integer Cursor Y co-ordinate
This property can be used to get or set the cursor's Y position. The Y position
value goes from 1 to the number of lines in the emulation screen. This will
depend on the emulation settings, but will normally be 24.
The DDEname property
DDEname: String Current DDEname