On this page you can set the default code generator options that will be applied to newly created forms (except ones created from templates).
When this option is enabled, code generator will produce event code (*SetOnEvent functions and corresponding functions code) instead message loop.
This will generate variables in loop for every control, despite it's event (OnClick, etc.) is set or not.
This option allow expand variables in the text properties (like Caption and Text). Desired variable should be quoted with two ”%” signs. Example: Info for user %user% will be expanded into “Info for user ” & $user.