TcxDataControllerSearch Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Data |
Inherited from Tcx |
Item |
Specifies the index of the field where incremental searching is to be performed. |
Locked | Determines whether the incremental search controller is locked. |
Searching | Returns a value indicating whether incremental searching is being performed. |
Searching |
|
Search |
Returns the current incremental search string. |
#Methods
Name | Description |
---|---|
Cancel | Cancels incremental searching. |
Equals |
Inherited from TObject. |
Get |
Inherited from TObject. |
Locate |
Searches the first record whose field contains the specified text string. |
Locate |
Searches the next or previous record containing the text string match previously found by calling the Locate function. |
Lock | Locks the search controller. |
To |
Inherited from TObject. |
Unlock | Unlocks the search controller. |
See Also