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

TCustomCheckBox.SetChecked

Sets the value for the Checked property.

Declaration

Source position: stdctrls.pp line 1347

protected procedure TCustomCheckBox.SetChecked(

  Value: Boolean

); override;

Arguments

Value

  

New value for the Checked property.

See also

TCustomCheckBox.State

  

The check, unchecked, or grayed state for the control.

TButtonControl.Checked

  

Indicates the checked state for the control.