XTPGridTextSearchParms Enumeration
Description
Text search parameters.
Members
| Member | Description |
|---|---|
xtpGridTextSearchExactPhrase |
Search exact phrase. |
xtpGridTextSearchMatchCase |
Match case during search. |
xtpGridTextSearchBackward |
Search backwards. |
xtpGridTextSearchExactStart |
Search phrase where the start of the phrase matches exactly. For those familiar with grep, this is just like using the "^" to state that the text must start with the specified search. |
Remarks
Call the GridRecords::FindRecordItem method to search for a record item by text.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.