ImageEn, unit iexRegistryFunctions

TIEImageEffectHelper.SaveToRegistry

TIEImageEffectHelper.SaveToRegistry


Declaration

function SaveToRegistry(const sKey: string; aHKEY: HKEY = HKEY_CURRENT_USER): Boolean;


Description

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

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


See Also

SaveToStream
SaveToFile
SaveToIniFile


Loading contents...