TdxPSPDFReportExportOptions.LoadFromRegistry(string) Method
In This Article
Loads PDF export settings from the registry.
#Declaration
Delphi
procedure LoadFromRegistry(const APath: string);
#Parameters
Name | Type |
---|---|
APath | string |
#Remarks
Call this procedure and pass the source registry path as the APath parameter to load the PDF export settings previously saved by a SaveToRegistry call.
A TdxPSEngineController component automatically calls the LoadFromRegistry procedure when the “PDF Export Options” dialog is invoked if:
The component’s OptionsStoring.StorageType property is set to dxstRegistry.
The component’s OptionsStoring.RegistryPath specifies a target registry path to store the settings.
See Also