Skip to main content

TcxTreeListDataFindCriteria.MatchNodes Property

Provides access to the search result nodes by their match indexes.

Declaration

property MatchNodes[AMatchIndex: Integer]: TcxTreeListNode read;

Property Value

Type
TcxTreeListNode

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 MatchNodes property instead of the inherited MatchRowIndexes property.

See Also