[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the Left mouse button is double clicked on a selected tree node.
Source position: comctrls.pp line 3542
protected procedure TCustomTreeView.DblClick; override; |
DblClick is an overridden method in TCustomTreeView. It calls the inherited method when a tree node has been double clicked using the mouse. No actions are performed in the method when a tree node has not been selected and a double click event occurs.
|
Signals the OnDblClick event handler (when assigned). |
lazarus-ccr.sourceforge.net |