Specifications
COM+ reference
44
Glink: API reference manual Gallagher & Robertson
startPos - The row and column in which to start. The position is inclusive
(for example, row 1, col 1 means that position 1,1 will be used as
the starting location and 1,1 will be included in the search).
length - The length from startPos to include in the search.
dir - Search direction value:
Constant Value Description
GlinkApi_SEARCH_FORWARD 0 Forward
(beginning towards end)
GlinkApi_SEARCH_BACKWARD 1 Backward
(end towards beginning)
caseSensitive - Indicates whether the search is to be case sensitive. True means
the search will be case sensitive.
Returns:
If found, returns a Point object containing the location. If not found, returns a
null. The string must be completely contained by the target area for the search to
be successful.
flushGlinkEvents
void flushGlinkEvents
Flushes the GlinkEvent queue. Any GlinkEvents queued are removed from the
queue.
See also:
getGlinkEvent(int, long), queueGlinkEvent(boolean), GlinkEvent
addGlinkEventListener( GlinkEventListener)
getAttributes
int[ ] getAttributes(GlinkPoint start, int len)
Returns the attributes for the target area
Parameters:
startPos - The row and column in which to start.