Notification handler for mouse clicks.
Source position: controls.pp line 1790
public property TControl.OnClick : TNotifyEvent |
A mouse click is associated with the default action for a control, and is often the only event handled in user code.
The action performed for a click can be specified by a user supplied method, or by selecting an Action from a supplied ActionList.
OnClick is signalled (when assigned) from the Click method. It occurs when an Action has not been assigned using the ActionLink for the control. When Action is assigned, the Execute method in the ActionLink is called.
|
The Action associated with the control. |
|
|
Link to the default Action associated with this control. |
|
TBasicAction |
||
TNotifyEvent |
CT Web help |
CodeTyphon Studio |