find_search_constraints_.htm
Navigation: ABC Library Reference > ASCIISearchClass > AsciiSearchClass Properties >====== Find (search constraints) ====== | |
Find | FindGroup, PROTECTED |
The Find property contains the current search criteria or specification.
Implementation:
The search specification includes the text to search for, the direction in which to search, and whether or not the search is case sensitive.
The Ask method sets the values of the Find property based on end user input to the Find dialog. The Setup method sets the values of the Find property for use without the Ask method. The Next method implements the seach specified by the Find property.
The FindGroup data type is declared in ABASCII.INC as follows:
FindGroup GROUP,TYPE
What PSTRING(64) !text to look for
MatchCase BYTE !case sensitive?
Direction STRING(4) !either 'Up ' or 'Down'
END
find_search_constraints_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1