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
  • If True, the function searches the next match.
  • If 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 the incremental search. It searches for the first data cell in the focused column that contains the specified string.

See Also