API:Vcl.StdCtrls.TCheckBox.Checked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Checked;

C++

__property Checked = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCheckBox

Description

Specifies whether the button control is checked.

Vcl.StdCtrls.TCheckBox.Checked inherits from Vcl.StdCtrls.TButtonControl.Checked. All content below this line refers to Vcl.StdCtrls.TButtonControl.Checked.

Specifies whether the button control is checked.

Use Checked to determine whether a button control is checked.

See Also

Code Examples