RAD Studio VCL Reference
|
TCheckBox represents a check box that can be on (checked) or off (unchecked)
TCheckBox = class(TCustomCheckBox);
class TCheckBox : public TCustomCheckBox;
StdCtrls
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|