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 value of the Checked property.

SetChecked is the protected implementation of the Checked property. Override this method and the GetChecked method to change the Checked property in descendant classes.

See Also