RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCheckBox.GetChecked Method

Returns the value of the Checked property.

Pascal
function GetChecked: Boolean; override;
C++
virtual __fastcall Boolean GetChecked();

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

 

Checked 

SetChecked

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