TBaseVirtualTree.InternalData Method

Virtual Tree View

Returns the address of the internal data for a tree class.

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

In TBaseVirtualTreeview this method returns nil but should be overridden in descendants to allow proper access to the internal data of Node if the descendant tree has allocated internal data. 

 

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