TdxPSEngine.RegistryPath Property
In This Article
Specifies the registry path to store ExpressPrinting System settings.
#Declaration
Delphi
property RegistryPath: string read; write;
#Property Value
Type |
---|
string |
#Remarks
To store ExpressPrinting System settings to the registry, designate the destination registry path via the RegistryPath property and assign dxstRegistry to the OptionsStoring.StorageType property of the currently active engine controller.
Note
The Registry
See Also