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