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;

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