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

TcxCustomVirtualTreeList.HandleFromNode(TcxTreeListNode) Method

Returns the node’s record handle.

#Declaration

Delphi
function HandleFromNode(ANode: TcxTreeListNode): TcxDataRecordHandle; virtual;

#Parameters

Name Type
ANode TcxTreeListNode

#Returns

Type
TcxDataRecordHandle

#Remarks

ANode specifies the node for which the record handle is to be obtained. If nil is passed as ANode, the root node‘s record handle will be returned.

See Also