Skip to main content

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
True
The function searches the next match.
False
The function searches the previous match.

Returns

Type Description
Boolean

True if the search operation is successful; otherwise, False.

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