Specifications

COM+ reference
52
Glink: API reference manual Gallagher & Robertson
rectangle - Supply true to get a rectangle area and false to get an area that is on
a line-by-line basis from the given start position.
Returns:
A GlinkScreenArea object for the given area
See also:
getMarkedScreenArea(), notifyScreenArea( GlinkScreenArea, int, boolean),
isScreenAreaMatch(GlinkScreenArea)
getScreenCharacterSet
String getScreenCharacterSet ()
Returns the name of the screen character set configured. The screen character set
is used to transform byte arrays internally used by Glink to Unicode strings. The
default value returned is null which means that no character set is configured.
The ISO-8859-1 standard will be used in this case. Semi-graphics characters are
not defined and will always be returned as Unicode defined semi-graphics
regardless of the screen character set configured.
getScreenMode
int getScreenMode()
If the host application has used field attributes to define fields on the screen, then
the current screen is formatted. If there are no fields defined, then the current
screen is unformatted.
Returns:
The screen mode for the current screen (GlinkApi_SCREEN_FORMATTED,
GlinkApi_SCREEN_UNFORMATTED or
GlinkApi_SCREEN_UNFORMATTED_CHAR).
See also:
GlinkApi_SCREEN_FORMATTED, GlinkApi_SCREEN_UNFORMATTED,
GlinkApi_SCREEN_UNFORMATTED_CHAR
getSessionName
String getSessionName()
Returns the name of the current session