TcxDataFindCriteria Properties
Stores data search criteria and concomitant settings for a data controller.| Name | Description |
|---|---|
| Behavior | Specifies whether a search operation filters out records that do not meet the active search criteria. |
| DataController | |
| MatchCount | Returns the number of search results. |
| MatchRowIndexes | Provides access to row indexes of the search results by their match indexes. |
| Text | Specifies the text search string treated as one or more search criteria. |
| UseExtendedSyntax | Specifies if the extended syntax is available for a search string. |
See Also