Data.Bind.Components.IBindCheckBoxEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindCheckBoxEditor = interface

C++

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

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

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.

See Also