Code Generator

On this page you can set the default code generator options that will be applied to newly created forms (except ones created from templates).

Default Generator Options

Generate OnEvent code

When this option is enabled, code generator will produce event code (*SetOnEvent functions and corresponding functions code) instead message loop.

Generate events for all controls

This will generate variables in loop for every control, despite it's event (OnClick, etc.) is set or not.

Expand %var% variables

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.