Skip to main content

TcxCustomVirtualTreeList.HandleFromNode(TcxTreeListNode) Method

Returns the node’s record handle.

Declaration

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