TcxCustomVirtualTreeList.HandleFromNode(TcxTreeListNode) Method
In This Article
Returns the node’s record handle.
#Declaration
Delphi
function HandleFromNode(ANode: TcxTreeListNode): TcxDataRecordHandle; virtual;
#Parameters
Name | Type |
---|---|
ANode | Tcx |
#Returns
Type |
---|
Tcx |
#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