TcxTreeListDataFindCriteria Class
Stores data search criteria and Find Panel settings for a tree list data controller.
Declaration
TcxTreeListDataFindCriteria = class(
TcxDataFindCriteria
)
Remarks
This class provides the following members that allow you to:
Specify the search text and enable the extended search syntax (Text and UseExtendedSyntax).
Obtain the number of visible nodes that meet the search criteria (MatchCount).
Access search result nodes by their match indexes (MatchNodes).
Identify if search criteria are active (IsActive).
Specify whether a search operation filters out all nodes that do not meet the active criteria (Behavior).
Obtain the current, previous, and next match indexes of the visible nodes that meet the active criteria (GetCurrentMatchIndex, GetPreviousMatchIndex, and GetNextMatchIndex).
Navigate between search results in a tree list control (GoToFirstMatch, GoToLastMatch, GoToNextMatch, and GoToPreviousMatch).
Retrieve the first text match in the specified data cell in a specific visible node (GetTextStartPositionByNode).
The TcxCustomTreeList.FindCriteria and TcxTreeListDataController.FindCriteria properties reference a TcxTreeListDataFindCriteria object.