MatchEntry

<< Click to Display Table of Contents >>

 

MatchEntry

Enum Searches, using a user-typed text, for a text entry that matches data in this object. When a text instance is found, the row with that text is highlighted and the column's content is displayed. Possible values for this property are 0 - fmMatchEntryFirstLetter: Searches for a text entry that matches the first character typed in this object. If the same character is repeatedly typed, it moves to the next text entry that starts with that character, and so on (default), 1 - fmMatchEntryComplete: As every character is typed, this object searches for a text entry that matches the typed character, or 2 - fmMatchEntryNone: Does not perform a search in this object.

Was this page useful?