Performs actions needed when the Left mouse button is double clicked on the tree view control.
Source position: comctrls.pp line 3598
protected procedure TCustomTreeView.DblClick; override; |
DblClick is an overridden method in TCustomTreeView. It calls the inherited method when the mouse event occurs on a node with an expand / collapse indicator. DblClick is called when the mouse up event is handled for the corresponding mouse down event.
|
Handles mouse down events for the tree view control. |
|
|
Handles a mouse up event for the control. |
|
|
Signals the OnDblClick event handler (when assigned). |
| Version 4.4 | Generated 2025-11-08 | Home |