RAD Studio VCL Reference
|
TCustomCheckBox is the ancestor of all check-box components.
TCustomCheckBox = class(TButtonControl);
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!
|