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

TCheckBox represents a check box that can be on (checked) or off (unchecked).

A TCheckBox component presents an option for the user. The user can check the box to select the option, or uncheck it to deselect the option.

The Caption property can be used to define an accelerator key to a control.

See Also