GuiSetCheck
- set checked state of on-chart control

GUI functions
(AmiBroker 6.30)


SYNTAX GuiSetCheck( id, check )
RETURNS
FUNCTION Sets checked value of checkbox, toggle button or radio button.

Parameters:

  • id - control ID
  • check - True if control should be checked, False otherwise
EXAMPLE
SEE ALSO GuiGetCheck() function , GuiCheckBox() function , GuiRadio() function , GuiToggle() function

References:

The GuiSetCheck function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.