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

TCustomTreeView.TripleClick

Performs actions needed when the Left mouse is triple clicked on the tree view control.

Declaration

Source position: comctrls.pp line 3577

protected procedure TCustomTreeView.TripleClick; override;

Description

TripleClick is an overridden method in TCustomTreeView. It calls the inherited method when the mouse event occurs on a node with an expand / collapse indicator. TripleClick is called when the mouse up event is handled for the corresponding mouse down event.

See also

TCustomTreeView.MouseDown

  

Handles mouse down events for the tree view control.

TCustomTreeView.MouseUp

  

Handles a mouse up event for the control.

TControl.TripleClick

  

Signals the OnTripleClick event handler (when assigned).


Version 3.2 Generated 2024-02-25 Home