TdxTreeViewNode.Collapse(Boolean) Method
Collapses the node.
Declaration
procedure Collapse(ARecurse: Boolean = False);
Parameters
Name | Type | Description |
---|---|---|
ARecurse | Boolean | If True, the procedure collapses the node and its children at all nesting levels; otherwise, the procedure collapses only the current node. |
See Also