Vcl.StdCtrls.TCustomCheckBox
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).