Data.Bind.Components.IBindCheckBoxEditor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

IBindCheckBoxEditor = interface

C++

__interface  INTERFACE_UUID("{907EB30C-3C04-400C-88FD-3E9FD5EAE761}") IBindCheckBoxEditor  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

説明

このインターフェイスは、チェック ボックス コントロール用のエディタによって実装されます。


CheckState() 式メソッドは、このインターフェイスを使って、3 つの状態を持つチェック ボックスの値(TrueFalse、または Null)を取得または設定します。

関連項目