Specifications
OLE reference
150
Glink: API reference manual Gallagher & Robertson
This property can be used to read or set Glink's DDE name, See the DDENAME
script command for more details
The Gparam property
Gparam: String Global script parameter
This property can be used to get or set the global script parameters $GPARAM.
Gparam is provided in the same way as it is for DDE, to allow you to interact
with a script that might be running.
VBA Example:
GL.GParam = "0"
GL.ScriptCommand ("Idle 10;Gparam 1")
While GL.GParam = "0"
DoEvents
Wend
The Height property
Height: Integer Window height
This property can be used to get or set the height of the main Glink window.
This value is in pixels.
The Iconic property
Iconic: Boolean Iconic state
This property can be used to get or set the current iconic state of the Glink
window. At start-up, this value will be FALSE.
The Info interface property
Info: IAutoInfo Emulation information interface
This property returns an interface to another object which contains general
emulation information properties. See the Info interface section for more
information on these properties.
The Instance property
Instance: Integer Instance identifier