API:Vcl.StdCtrls.TCustomCheckBox.SetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetChecked(Value: Boolean); override;

C++

virtual void __fastcall SetChecked(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCheckBox

Description

Sets the Checked property.

Vcl.StdCtrls.TCustomCheckBox.SetChecked inherits from Vcl.StdCtrls.TButtonControl.SetChecked. All content below this line refers to Vcl.StdCtrls.TButtonControl.SetChecked.

Sets the Checked property.

SetChecked is the write implementer for the Checked property.

See Also