Skip to main content

TcxLocalizerStorageType Enum

Enumerates storage types for localized resource strings.

Declaration

TcxLocalizerStorageType = (
    lstResource,
    lstIni
);

Members

Name
lstResource
lstIni

Remarks

Values include:

Value Meaning
lstResource A RES file built with the Localizer Editor.
lstIni An INI file, which you can create using either the Localizer Editoror any other application that provides INI file editing capabilities.
See Also