ImageEn, unit iexRegistryFunctions

TIOPrintPreviewParams.SaveToRegistry

TIOPrintPreviewParams.SaveToRegistry


Declaration

function SaveToRegistry(const sKey : string; const sPrefix : string = 'IEV'; aHKEY: HKEY = HKEY_CURRENT_USER): boolean;


Description

Save all settings of the Print Preview dialog to the registry.

Notes:
- SaveToRegistry should be used in tandem with LoadFromRegistry
- SaveToRegistry is a helper method. You will need to add iexRegistryFunctions to your uses clause to access the method


See Also

- SaveToStream
- SaveToFile
- SaveToIniFile