Data.Bind.Components.TBindCheckBoxState
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
TBindCheckBoxState = (cbUnchecked, cbChecked, cbGrayed);
C++
enum DECLSPEC_DENUM TBindCheckBoxState : unsigned char { cbUnchecked, cbChecked, cbGrayed };
Description
Enumeration of check boxes' states for use in bindings expressions that bind check box components.
Item | Description |
---|---|
cbUnchecked
|
The check box is not selected. |
cbChecked
|
The check box is selected. |
cbGrayed
|
The check box is dimmed. |