MatchEntry

<< Click to Display Table of Contents >>

 

MatchEntry

Enum Searches, using a user-typed text, for a text entry that matches data in the object. When a text instance is found, the row with that text is highlighted and the column's content is displayed. The available options are the following:

0 - fmMatchEntryFirstLetter: Searches for a text entry that matches the first character typed in the 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, the object searches for a text entry that matches the typed character

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

Was this page useful?