SetMatchChars method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
procedure SetMatchChars(Front : char; back : char);

Description
The simple pattern-matching scheme counts certain characters in a pattern as "wild." By default, '<' matches any number of characters at the beginning of a key and '>' any number at the end.

SetMatchChars lets you chose different characters to play these roles. For example, a more "traditional" choice might be:

   SetMatchChars('^', '$');