ImageEn, unit iexRegistryFunctions

TIEImageEffect.SaveToRegistry

TIEImageEffect.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.

Notes:
- 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