RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckBox Class

TCheckBox represents a check box that can be on (checked) or off (unchecked)

Pascal
TCheckBox = class(TCustomCheckBox);
C++
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!