Performs actions when the control is clicked.
Source position: stdctrls.pp line 1340
protected procedure TCustomCheckBox.Click; override; |
Overridden in TCustomCheckBox to ignore mouse up event notifications.
|
Implements the Click behavior for the control. |
|
|
Disables clicking on the button, without showing the button in a disabled state. |
|
|
Signals OnClick and/or executes the ActionLink when the control has been clicked. |