Checked

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCheckBox > Properties >

Checked

Use this property to indicate if the control's checkbox is checked.

 

SIGNATURE=IWCompCheckbox.TIWCheckBox.Checked

 

ETYPE=Property

 

Declaration:

Delphi:

published property Checked: Boolean;

C++:

__published: __published: __property bool Checked;

 

Description: This is Checked, a member of class TIWCheckBox.