TcxCustomTreeList.FindNext(Boolean) Method
Searches for a node containing the text specified by the SearchingText property.
Declaration
function FindNext(AForward: Boolean): Boolean;
Parameters
| Name | Type | Description |
|---|---|---|
| AForward | Boolean |
|
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
This method is used for incremental search. It searches for the first data cell in the focused column that contains the specified string.
See Also