Performs actions needed when the Left mouse is clicked on the tree view 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 the mouse event occurs on a node with an expand / collapse indicator. Click is called when the mouse up event is handled for the corresponding mouse down event.
|
Handles mouse down events for the tree view control. |
|
|
Handles mouse up events for the control. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |