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