Returns TRUE if the Keyword parameter matches an intersection or union keyword string, e.g., 'and', 'or', 'and-mean', etc. It also returns the Fuzzy Operation Type, and whether it is a Union or Intersection, matched in the OperationType and Union parameters.
Namespace: FuzzyConsts
Delphi |
function IsFuzzyKeyword( const Keyword: String; var Union: Boolean; |
Parameters
Keyword
Type: String
Union
Type: Boolean
OperationType
Type: TFuzzyOperation
Type: Boolean
Reference |