[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Expands all tree nodes which are an ancestor of the current node.
Source position: comctrls.pp line 3139
public procedure TTreeNode.ExpandParents; |
ExpandParents visits each tree node which is used as the Parent for a node, and sets its Expanded property to True.
ExpandParents is called from methods like MakeVisible and EnsureNodeIsVisible in TCustomTreeView.
|
Parent node for the current tree node. |
|
|
True if the node has been expanded, False when collapsed. |
|
|
Forces the tree node to become visible. |
|
|
Ensures parent nodes are expanded, and the specified node is visible in the control. |
Version 4.0 | Generated 2025-05-03 | Home |