Soluling home   Document home

Delphi

Delphi build options

Use this sheet to specify Delphi build related options.

Options

Specifies various options.

Value Description
Support UTF-8 strings If checked, localized forms may use UTF-8 encoded Unicode strings. The default is checked. Uncheck this if you use Delphi 2007 or earlier.
Support Wide strings If checked, localized forms may use UTF-16 encoded Unicode strings. The default is checked. Uncheck this if you use Delphi 2007 or earlier. If you use Delphi 2007 or earlier and use TNT Unicode controls, you can keep it checked.

If you use Delphi 2009 or newer, it is recommended to keep both checkboxes checked.

Form format

Specifies the format of the localized forms that are created.

Value Description
Same format as in the original form file
Use the same format as in the original form file.
Binary Use binary form format.
Ansi Use Ansi text form format. Windows code page of the target language is used.
UTF-8 Use UTF-8 text form format.