TcxVirtualTreeListNode.RecordHandle Property
In This Article
Provides access to the node’s record handle.
#Declaration
Delphi
property RecordHandle: TcxDataRecordHandle read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the property to obtain a handle to the custom data source’s record associated with the node.
See Also