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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!