MatchEntry

<< Click to Display Table of Contents >>

 

MatchEntry

Enum Searches, using a user-typed text, for a text entry that matches data in an object. When a text match is found, its row is selected and its column's content is displayed. Available options are the following:

0 - fmMatchEntryFirstLetter: Searches for a text entry that matches the first character typed in an object. If the same character is repeatedly typed, it moves to the next text entry that starts with that character, and so on

1 - fmMatchEntryComplete: As every character is typed, this object searches for a text entry that matches the typed character (default)

2 - fmMatchEntryNone: Does not perform a search in this object

Was this page useful?