TdxPSOptionsStoring.StorageType Property
In This Article
Specifies a storage device for persistent operations.
#Declaration
Delphi
property StorageType: TdxPSStorageType read; write; default dxstNone;
#Property Value
Type | Default |
---|---|
Tdx |
dxst |
#Remarks
Options include:
Value | Meaning |
---|---|
dxst |
Storing is not performed. |
dxst |
Data is stored to the registry path specified via the Registry |
dxst |
Data is stored to an INI file specified via the Ini |
The default value of the StorageType property is dxstNone.
See Also