"The code is exactly
how I would like to write code and the algorithms used are very
efficient and well-documented."
Van T. Dinh, Microsoft MVP
|
|
Class: CFuzzyStringSearch
Fuzzy string searching
|
Procedure Name
|
Type
|
Description
|
|
(Declarations)
|
Declarations
|
Declarations and private variables for the CFuzzyStringSearch class
|
|
CaseSensitive
|
Property
|
Sets whether or not the search is case sensitive. This property must be set before the FindText and Text properties.
|
|
FindText
|
Property
|
Sets the search text
|
|
MaxCharacterDifference
|
Property
|
Sets the maximum number of different characters allowed for a match
|
|
Text
|
Property
|
Gets the text that is being searched
|
|
Class_Initialize
|
Initialize
|
Set initial values to defaults which may be overridden with property settings
|
|
FindNext
|
Method
|
Finds the next matching string.
This function increments the index into the search buffer each time it is called. To begin searching from the beginning of the search buffer, call the Reset method.
|
|
Reset
|
Method
|
Reset the search
|
Overview of Total Visual SourceBook
The source code in Total Visual
SourceBook includes modules and classes for Microsoft Access, Visual
Basic 6 (VB6), and Visual Basic for Applications (VBA) developers. Easily
add this professionally written, tested, and documented royalty-free code
into your applications to simplify your application development efforts.
Additional Resources
|
|