API:Vcl.StdCtrls.TCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCheckBox = class(TCustomCheckBox)

C++

class PASCALIMPLEMENTATION TCheckBox : public TCustomCheckBox

Properties

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

Description

TCustomCheckBox is the ancestor of all check-box components.

Vcl.StdCtrls.TCheckBox 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