[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomCheckBox.Click

Performs actions when the control is clicked.

Declaration

Source position: stdctrls.pp line 1340

protected procedure TCustomCheckBox.Click; override;

Description

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.

See also

TCustomCheckBox.DoClickOnChange

  

Implements the Click behavior for the control.

TButtonControl.ClicksDisabled

  

Disables clicking on the button, without showing the button in a disabled state.

TControl.Click

  

Signals OnClick and/or executes the ActionLink when the control has been clicked.