Unit 'StdCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomCheckBox.Click

Performs actions when the control is clicked.

Declaration

Source position: stdctrls.pp line 1340

protected procedure TCustomCheckBox.Click; override;

Description

Overridden in TCustomCheckBox to ignore mouse up event notifications.

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.