Back to Devexpress

TcxLocalizerStorageType Enum

vcl-cxlocalization-901d9931.md

latest779 B
Original Source

TcxLocalizerStorageType Enum

Enumerates storage types for localized resource strings.

Declaration

delphi
TcxLocalizerStorageType = (
    lstResource,
    lstIni
);

Members

Name
lstResource
lstIni

Remarks

Values include:

ValueDescription
lstResourceA RES file built with the Localizer Editor.
lstIniAn INI file, which you can create using either the Localizer Editoror any other application that provides INI file editing capabilities.

See Also

cxLocalization Unit