TcxCustomVirtualTreeList.NodeFromHandle(TcxDataRecordHandle) Method
In This Article
Returns the node by its record handle.
#Declaration
Delphi
function NodeFromHandle(ARecordHandle: TcxDataRecordHandle): TcxTreeListNode; virtual;
#Parameters
Name | Type |
---|---|
ARecord |
Tcx |
#Returns
Type |
---|
Tcx |
#Remarks
ARecordHandle specifies the record handle.
If a match was not found, the method returns nil.
See Also