The CheckBox class is derived from the WinControl class
access function : GetCheckBox(name)
Attributes of the CheckBox class
Attribute |
Access |
Type |
Description |
caption |
R/W |
string |
the caption |
checked |
R/W |
bool |
the check marker |
onClick |
W |
callback |
called when user clicks the control |
|