[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when mouse is clicked on a tree node in the control.
Source position: comctrls.pp line 3541
protected procedure TCustomTreeView.Click; override; |
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.
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |
lazarus-ccr.sourceforge.net |