CheckBoxNoClickFromCode

This property is a global internal flag, when set to True, will prevent the Click event from executing when code is used to toggle the Checkbox. The Click event will still execute if a user toggles the Checkbox from the user interface. This would typically be used to initialize a form, check or uncheck the Checkboxes based on database data and not trigger the Click event.

Group:  System

Syntax:  [bValue] = SYS.CheckBoxNoClickFromCode = bValue

bValue  (Boolean) Optional – returns the state of this function 

Example:

SYS.CheckBoxNoClickFromCode = True

bValue = SYS.CheckBoxNoClickFromCode

Versions Supported:    RFgen 5.0 and newer.