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
AForward Boolean

Returns

Type
Boolean

Remarks

This method is used for the incremental search. It searches for the first data cell in the focused column that contains the specified string.

If the match was successful, the method returns True; otherwise, False is returned. The method also returns False if no column is focused, when searching.

AForward specifies the search direction. Set AForward to True, to search forward. Otherwise, a backward search is performed.

See Also