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

TCustomTreeView.Click

Performs actions needed when mouse is clicked on a tree node in the control.

Declaration

Source position: comctrls.pp line 3541

protected procedure TCustomTreeView.Click; override;

Description

Click is an overridden method in TCustomTreeView. It calls the inherited method when a tree node has been selected using a mouse down event. No actions are performed in the method when a tree node has not been selected using the mouse.

See also

TControl.Click

  

Signals OnClick and/or executes the ActionLink when the control has been clicked.

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