[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Notification handler for mouse clicks.
Source position: controls.pp line 1663
public property TControl.OnClick : TNotifyEvent |
A mouse click is associated with the default action for controls, and is often the ONLY event handled in user code.
The reaction on an click can be specified by a user supplied method, and/or by selecting an action from a supplied ActionList
#rtl.Classes.TNotifyEvent |
lazarus-ccr.sourceforge.net |