Vcl.DBCtrls.TDBCheckBox.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TCheckBoxState read FState write SetState default 0;

C++

__property State = {default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBCheckBox

Description

Indicates whether the check box is selected, cleared, or dimmed.

Vcl.DBCtrls.TDBCheckBox.State inherits from Vcl.StdCtrls.TCustomCheckBox.State. All content below this line refers to Vcl.StdCtrls.TCustomCheckBox.State.

Indicates whether the check box is selected, cleared, or dimmed.

Use State to determine whether the check box is selected (cbChecked), cleared (cbUnchecked), or dimmed (cbGrayed).

See Also

Code Examples