Data.Bind.Components.TBindCheckBoxState
Delphi
TBindCheckBoxState = (cbUnchecked, cbChecked, cbGrayed);
C++
enum DECLSPEC_DENUM TBindCheckBoxState : unsigned char { cbUnchecked, cbChecked, cbGrayed };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
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. |