TcxLocalizerStorageType Enum
In This Article
Enumerates storage types for localized resource strings.
#Declaration
Delphi
TcxLocalizerStorageType = (
lstResource,
lstIni
);
#Members
Name |
---|
lst
|
lst
|
#Remarks
Values include:
Value | Description |
---|---|
lst |
A RES file built with the Localizer Editor. |
lst |
An INI file, which you can create using either the Localizer Editoror any other application that provides INI file editing capabilities. |
See Also