TcxDataControllerSearch Members
Provides methods enabling you to perform incremental searching programmatically.Constructors
Name | Description |
---|---|
Create(TcxCustomDataController) | Initializes a new instance of the TcxDataControllerObject class with specified settings. Inherited from TcxDataControllerObject. |
Properties
Name | Description |
---|---|
DataController | Inherited from TcxDataControllerObject. |
ItemIndex | 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. |
SearchingFromAnyPos | |
SearchText | Returns the current incremental search string. |
Methods
Name | Description |
---|---|
Cancel | Cancels incremental searching. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
Locate(Integer,string,Boolean,Boolean) | Searches the first record whose field contains the specified text string. |
LocateNext(Boolean,Boolean,Boolean) | Searches the next or previous record containing the text string match previously found by calling the Locate function. |
Lock | Locks the search controller. |
ToString | Inherited from TObject. |
Unlock | Unlocks the search controller. |
See Also