TcxTreeListDataFindCriteria.MatchNodes Property
In This Article
Provides access to the search result nodes by their match indexes.
#Declaration
Delphi
property MatchNodes[AMatchIndex: Integer]: TcxTreeListNode read;
#Property Value
Type |
---|
Tcx |
#Remarks
Pass a search result’s match index as the AMatchIndex parameter to access the corresponding visible node. The maximum valid match index is the MatchCount property value minus one.
The MatchNodes property returns nil instead of a node if the specified match index is beyond the valid range or there are no found matches among visible nodes.
Note
Use the Match
See Also