Expands the selected tree node and optionally extends a multi-selection range to include the node.
Source position: comctrls.pp line 3752
public procedure TCustomTreeView.MoveExpand( |
ASelect: Boolean = False |
); |
ASelect |
|
True if the expanded tree node is selected, False if it has the focus rectangle. |
MoveExpand is called from the KeyDown method when the VK_ADD (NumPad Plus) key is pressed.
Added in LCL version 3.0.
| Version 4.4 | Generated 2025-11-08 | Home |