TcxLocalizer.StorageType Property
Specifies the type of the storage that contains localized resource strings.
Declaration
property StorageType: TcxLocalizerStorageType read; write; default lstIni;
Property Value
Type | Default |
---|---|
TcxLocalizerStorageType | lstIni |
Remarks
Refer to the TcxLocalizerStorageType description to learn about the available options.
See Also