Specifications
COM+ reference
108
Glink: API reference manual Gallagher & Robertson
Returns the starting position of the field. The position can range from 1 to the
size of the virtual screen. The starting position of a field is the position of the
first character in the field.
Returns:
The starting position of the field.
getString
String getString()
Returns the field text. This is similar to the getDataBytes() method, except the
data is returned as a string instead of a byte array.
Returns:
The text content of the field returned as a string
isHidden
boolean isHidden()
Indicates whether or not the field is hidden.
Returns:
True if the field is hidden, otherwise false.
isHighIntensity
boolean isHighIntensity()
Indicates whether or not the field is high-intensity.
Returns:
True if the field is high intensity, otherwise false.
isModified
boolean isModified()
Indicates whether or not the field has been modified.
Returns:
True if the field has been modified, otherwise false.