[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when the control is clicked.
Source position: stdctrls.pp line 1340
protected procedure TCustomCheckBox.Click; override; |
Click is an overridden method in TCustomCheckBox, and ignores mouse up event notifications. It does not call the inherited method; the click action is performed in the DoClickOnChange method when the inherited ClicksDisabled property is False.
|
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. |