The SetCheck function changes the state of the check box.
Syntax
Check.SetCheck(
Integer state = Check.CHECKED)
Integer state = Check.CHECKED)
Parameters
| state | Value list that can be used: Check.UNCHECKED, Check.CHECKED, Check.INDETERMINATE | Optional |
|---|
Return value
The SetCheck function has no return values.
Example
myCheck.SetCheck(Check.CHECKED)