Gets the last visible, enabled, expanded tree node in the node hierarchy.
Source position: comctrls.pp line 3270
public function TTreeNodes.GetLastExpandedSubNode: TTreeNode; |
TTreeNode instance found in the method, or Nil.
|
Gets the last top-level sibling node that is visible and enabled. |
|
|
Gets the last child node in the subtree with its Visible property set to True. |
|
|
True if the tree node is visible in the associated TreeView control. |
|
|
Controls whether the tree node can be selected, and its visual appearance. |
|
|
True if the node has been expanded, False when collapsed. |
| Version 4.4 | Generated 2025-11-08 | Home |