Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 113
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, a GlinkField object containing the search string. If not found, returns a
null.
getCount
int getCount()
Returns the number of GlinkField objects contained in the current form.
Returns:
The number of GlinkField objects
getFieldIndex
int getFieldIndex(GlinkField glField)
Returns the index of a GlinkField object within the collection. Indexes start at 1.
Parameters:
glField - The field
Returns:
The index of the field, or 0 if the field is not in the collection.
item
GlinkField item(int fieldIndex)
Returns the GlinkField object at the given index. The first GlinkField is at index
1.
Parameters: