ImageEn, unit iexRegistryFunctions

TIOPrintPreviewParams.LoadFromRegistry

TIOPrintPreviewParams.LoadFromRegistry


Declaration

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


Description

Load all settings of the Print Preview dialog from the registry.

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


See Also

- LoadFromStream
- LoadFromFile
- LoadFromIniFile