Applies To
TQDB, TQDBItem, TQDBView
Declaration
procedure PartialMatchInit;
Description
A PartialMatch search always begins from the item after the current one. PartialMatchInit sets the ItemIndex to -1, the position before any items, so that PartialMatch can check the first key in the index.
N.B.: PartialMatchInit must always be followed immediately by a call to PartialMatch. Anything else is lilely to raise an EQDBOutOfBounds exception.