API:Vcl.DBCtrls.TDBCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomCheckBoxVcl.StdCtrls.TButtonControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDBCheckBox

Delphi

TDBCheckBox = class(TCustomCheckBox)

C++

class PASCALIMPLEMENTATION TDBCheckBox : public Vcl::Stdctrls::TCustomCheckBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TCustomCheckBox is the ancestor of all check-box components.

Vcl.DBCtrls.TDBCheckBox inherits from Vcl.StdCtrls.TCustomCheckBox. All content below this line refers to Vcl.StdCtrls.TCustomCheckBox.

TCustomCheckBox is the ancestor of all check-box components.

TCustomCheckBox is an abstract class from which check-box components, including TCheckBox and TDBCheckBox, descend. Check boxes present the user with options that can be selected (checked) or deselected (unchecked).

See Also