ExactMatch method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
function ExactMatch(Key : TKey) : boolean;

Description
The ExactMatch method searches the list of keys for an alphabetical match with the Key parameter:

If (and only if) an exact match occurs ItemIndex is set to that item, the function returns true, and an OnFound event is triggered.

See also: CloseMatch, PartialMatch, & PatternMatch.