TdxServerModeDataFindCriteria Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Behavior |
Specifies whether a search operation filters out records that do not meet the active search criteria.
Inherited from Tcx |
Data |
Inherited from Tcx |
Match |
Returns the number of search results.
Inherited from Tcx |
Match |
Provides access to row indexes of the search results by their match indexes.
Inherited from Tcx |
Text |
Specifies the text search string treated as one or more search criteria.
Inherited from Tcx |
Use |
Specifies if the extended syntax is available for a search string.
Inherited from Tcx |
#Methods
Name | Description |
---|---|
Add |
Adds the specified item to the search sources.
Inherited from Tcx |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Clear |
Removes all items from the search sources.
Inherited from Tcx |
Equals |
Inherited from TObject. |
Get |
Returns the match index of the focused row that meets the active filter or search criteria.
Inherited from Tcx |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Returns the match index of the nearest record whose row index is greater than the focused record’s row index.
Inherited from Tcx |
Get |
Inherited from TPersistent. |
Get |
Returns the match index of the nearest record whose row index is less than the focused record’s row index.
Inherited from Tcx |
Get |
Returns a highlighted text match and its start position in a data item by the specified record and item indexes.
Inherited from Tcx |
Get |
Returns a highlighted text match and its start position in a data item by the specified row and item indexes.
Inherited from Tcx |
Go |
Moves focus to the first row that meets the active filter or search criteria.
Inherited from Tcx |
Go |
Moves focus to the last row that meets the active filter or search criteria.
Inherited from Tcx |
Go |
Moves focus to the next row that meets the active filter or search criteria.
Inherited from Tcx |
Go |
Moves focus to the previous row that meets the active filter or search criteria.
Inherited from Tcx |
Is |
Identifies if the search criteria are active.
Inherited from Tcx |
Remove |
Removes the specified item from the list of search sources.
Inherited from Tcx |
To |
Inherited from TObject. |
See Also