TcxCustomPropertiesStore.StorageType Property
Specifies the type of storage used for saving/restoring components’ properties.
#Declaration
property StorageType: TcxStorageType read; write; default stIniFile;
#Property Value
Type | Default |
---|---|
Tcx |
st |
#Remarks
Use the StorageType property to specify the type of storage for saving/restoring components’ properties. All components, selected for saving/restoring, can be accessed by the Components collection. Properties to save/restore are listed by the Properties property for each item within this collection.
This property value affects the StorageName property value interpretation.
Storage | Storage |
---|---|
st | The path and the name of the INI file. |
st | The registry key name. By default, this name specifies a key relative to the HKEY_CURRENT_USER root key. However, you can select another root key by adding a corresponding prefix to the name. All the supported prefixes and their associated root keys are listed below:
For example, “HKCR\Software\cx Note Due to the registry redirection used by 64-bit Windows, resulting physical locations of certain registry keys may differ from the specified names. Refer to the “Registry Redirector” MSDN article at https://docs. |
st | The Storage |
The default value of the StorageType property is stIniFile.