|
RAD Studio VCL Reference
|
TCheckBox represents a check box that can be on (checked) or off (unchecked)
TCheckBox = class(TCustomCheckBox);
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!
|