Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 31
Returns the number of rows in the presentation space.
GlinkScreenArea getScreenArea(GlinkPoint start, GlinkPoint end, boolean
rectangle)
Returns an object for the given screen area or null if the positions given are
not within the current screen.
String getScreenCharacterSet ()
Returns the name of the screen character set configured.
int getScreenMode()
If the host application has used field attributes to define fields on the screen,
then the current screen is formatted.
String getSessionName()
Returns the name of the current session. Restricted.
String getString()
Returns the entire text plane of the presentation space as a string.
String getString(GlinkPoint start, GlinkPoint end)
Returns the text at the given location in the presentation space as a string.
GlinkFields getVariableFields()
Returns the GlinkFields object associated with the current screen with
variable fields only.
GlinkFields getVariableFieldsEx()
Returns the GlinkFields object associated with the current screen with
variable fields only.
boolean isConnected()
Returns true if Glink is connected to a session.