Vcl.StdCtrls.TCustomCheckBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TButtonControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomCheckBox

Delphi

TCustomCheckBox = class(TButtonControl)

C++

class PASCALIMPLEMENTATION TCustomCheckBox : public TButtonControl

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.

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