Vcl.DBCtrls.TDBCheckBox.AllowGrayed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowGrayed: Boolean read FAllowGrayed write FAllowGrayed default 0;

C++

__property AllowGrayed = {default=0};

Properties

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

Description

Determines whether a check box can be in a dimmed state.

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

Determines whether a check box can be in a dimmed state.

If AllowGrayed is set to True, the check box has three possible states: selected, cleared, and dimmed. If AllowGrayed is set to False, the check box has only two possible states: selected and cleared.

See Also

Code Examples