[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTreeView.DblClick

Performs actions needed when the Left mouse button is double clicked on a selected tree node.

Declaration

Source position: comctrls.pp line 3542

protected procedure TCustomTreeView.DblClick; override;

Description

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.

See also

TControl.DblClick

  

Signals the OnDblClick event handler (when assigned).

The latest version of this document can be found at lazarus-ccr.sourceforge.net.