Data.Bind.Components.TBindCheckBoxState
Delphi
TBindCheckBoxState = (cbUnchecked, cbChecked, cbGrayed);
C++
enum DECLSPEC_DENUM TBindCheckBoxState : unsigned char { cbUnchecked, cbChecked, cbGrayed };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
説明
チェック ボックス コンポーネントをバインドするバインディング式で使われるチェック ボックスの状態の列挙型です。
項目 | 説明 |
---|---|
cbUnchecked
|
チェック ボックスはオフです。 |
cbChecked
|
チェック ボックスはオンです。 |
cbGrayed
|
チェック ボックスは淡色表示されています。 |