[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event Handler for mouse click
Source position: controls.pp line 1396
public property TControl.OnClick: TNotifyEvent |
// standard properties, which should be supported by all descendants
This is often the default action for many controls, and is often the ONLY action specified by the programmer. The action can be spcified by the user, either by typing explicit code into the implementation section for this control, or by selecting an action from a pre-supplied ActionList
Reads or writes a flag if a mouse click is detected, and sets a flag if a value is stored.
lazarus-ccr.sourceforge.net |