TBaseVirtualTree.GetVisibleParent Method

Virtual Tree View

Returns the first (nearest) parent node, which is visible.

Pascal
function GetVisibleParent(Node: PVirtualNode): PVirtualNode;
Description

GetVisibleParent returns the first (nearest) parent node of Node which is visible. This method is one of the seldom cases (if not the only one) where the hidden root node could be returned.

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