API:Vcl.DBCtrls.TDBCheckBox.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 public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBCheckBox

Description

Specifies whether the button control is checked.

Vcl.DBCtrls.TDBCheckBox.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