Data.Bind.Components.IBindCheckBoxEditor
[–] Properties | |
---|---|
Type: interface class
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
IBindCheckBoxEditor = interface
C++
__interface INTERFACE_UUID("{907EB30C-3C04-400C-88FD-3E9FD5EAE761}") IBindCheckBoxEditor : public System::IInterface
Description
This interface is implemented by an editor for a check box control. This interface is used by the CheckState()
expression method to get or set a three-state check box value, which may be True, False, or Null.