RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCheckBox Class

TCustomCheckBox is the ancestor of all check-box components.

Pascal
TCustomCheckBox = class(TButtonControl);
C++
class TCustomCheckBox : public TButtonControl;

StdCtrls

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). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!