[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Expands the current tree node, and optionally all descendent nodes.
Source position: comctrls.pp line 3123
public procedure TTreeNode.Expand( |
Recurse: Boolean |
); |
Recurse |
|
True to expand all descendent nodes. |
Calls the ExpandItem method to implement the expansion and optional recursion.