RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCheckBox.SetChecked Method

Sets the value of the Checked property.

Pascal
procedure SetChecked(Value: Boolean); override;
C++
virtual __fastcall SetChecked(Boolean Value);

SetChecked is the protected implementation of the Checked property. Override this method and the GetChecked method to change the Checked property in descendant classes. 

 

Checked 

GetChecked

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!