Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.FindNext(Boolean) Method

Searches for a node containing the text specified by the SearchingText property.

#Declaration

Delphi
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