SetCheck  Check

The SetCheck function changes the state of the check box.

Syntax

Check.SetCheck(
     Integer state = Check.CHECKED)

Parameters

stateValue 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)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia