TBaseVirtualTree.GetNodeData Method

Virtual Tree View

Returns the address of the user data area of the given node.

Pascal
function GetNodeData(Node: PVirtualNode): Pointer;
Description

GetNodeData returns the address of the user data area for Node. It is strongly recommended to use this method instead directly accessing @Node.Data. Some trees require internal data for their own use which is also stored after Node.Data and the actual user data (application data) follows then this internal data. GetNodeData takes care of this situation.

Class
Links
What do you think about this topic? Send feedback!