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