ImageEn, unit iexRegistryFunctions

TIPDialogParams.LoadFromRegistry

TIPDialogParams.LoadFromRegistry


Declaration

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


Description

Load parameters for the Image Processing Dialog (i.e. the current setting of all controls) from the registry.

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


See Also

- LoadFromStream
- LoadFromFile
- LoadFromIniFile