CheckField()
Checks (and waits) for a string to appear on the host screen.
GetCursorColumn()
Returns the column on which the cursor is currently positioned on the host screen.
GetCursorRow()
Returns the row on which the cursor is currently positioned on the host screen.
GetField()
Returns a string of characters from a specified position on the host screen.
GetFieldLength()
Returns the maximum length (in characters) of the field at given location on the current host screen.
GetFieldStart()
Returns the position of the starting column for the field at given location on the current host screen.
GetRow()
Returns all the characters in a given row of the host screen.
GetScreenHeight()
Counts the total number of lines in the current host screen.
GetScreenWidth()
Counts the maximum number of characters in the current host screen row.
IsAlphaField()
Checks if the field at a given location on the current host screen is accepting only letters and some separator characters.
IsEditableField()
Checks if the field at given location on the current host screen is editable or not.
IsKbdLocked()
Checks to see if the keyboard is locked for a given session.
IsNonDisplayField()
Checks if the field at given location on the current host screen is protected (i.e. used to input a host password).
IsNumericField()
Checks if the field at a given location on the current host screen is a numeric field.
IsReverseField()
Reverses the background/foreground colors of a host field.
PushKey()
Sends a command key to the host.
PutField()
Pastes a string of characters to a specified position of the host screen.
SetCursor()
Positions the cursor at a certain location on the host screen.