Specifications

COM+ reference
68
Glink: API reference manual Gallagher & Robertson
Parameters:
fileName - If the script is stored with the Glink Config Server specify:
"server://filename" otherwise supply a full path name.
scriptTerminate
void scriptTerminate()
Terminates the current script.
sendCommandKey
void sendCommandKey(int key)
The sendCommandKey method sends a "command" keystroke to the virtual
screen. These command keys can be thought of as special keystrokes, like the
Enter key, the Tab key or the Page Up key. All valid special key values are
contained in the GlinkKey class.
See also:
GlinkKey
sendKeys
void sendKeys(String text)
Sends a string to the emulator starting at the current cursor location. The
sendKeys method sends a string of keys to the virtual screen. This method acts
as though keystrokes were being typed from the keyboard.
See also:
setString(String, GlinkPoint)
sendKeys
void sendKeys(String text, GlinkPoint location)
Sends a string to the emulator starting at the given cursor location. The sendKeys
method sends a string of keys to the virtual screen. This method acts as though
keystrokes were being typed from the keyboard.
See also:
setString(String text)