Specifications
OLE reference
Gallagher & Robertson Glink: API reference manual 151
This property returns an integer which uniquely identifies the current copy of
Glink. This may be used to check that you are connected to the session you
intended.
The Left property
Left: Integer Left window co-ordinate
This property can be used to get or set the left co-ordinate of the top-left corner
of the main Glink window. This value is in pixels.
VBA Example:
Dim GL As Object
Set GL = CreateObject ("Glink.Auto")
GL.Visible = True
GL.Left = 0
The Param property
Param: String Current script parameter
This property can be used to get or set the current script parameters $PARAM.
Param is provided in the same way as it is for DDE, to allow you to interact with
a script that might be running.
The ProcessLine property
ProcessLine: Boolean Host data processing state
This property can be used to get or set whether Glink is to process host data.
When TRUE, Glink will emulate received host data. By default Glink will not
process line data when started as an automation server, rather it expects the
automation controller to do this via the Receive and Emulate methods.