Specifications
COM+ reference
110
Glink: API reference manual Gallagher & Robertson
GlinkFields class
Class GlinkFields
GlinkApi
ยช
GlinkFields
class GlinkFields
GlinkFields contains a collection of the fields in the virtual screen. It provides
methods to iterate through the fields, find fields based on location, and find
fields containing a given string. Each element of the collection is an instance of
GlinkField.
GlinkFields can be accessed through GlinkApi using the getFields() or
getVariableFields methods. GlinkFields is a static view of the virtual screen and
does not reflect changes made to the virtual screen after its construction. The
field list can be updated with a new view of the virtual screen using the refresh()
method.
Note:All Field objects returned by methods in this class are invalidated when
refresh() is called.
See also:
GlinkField, GlinkApi.getFields(), GlinkApi.getVariableFields()
Method Summary
GlinkField findByPosition(GlinkPoint targetPosition)
Searches the collection for the target position and returns the GlinkField
object containing that position.
GlinkField findByString(String string, GlinkPoint startPos, int length, int
dir, boolean caseSensitive)
Searches the collection for the string and returns the GlinkField object
containing that string.
int getCount()