ImageEn, unit iexRegistryFunctions

TIEImageEffectHelper.SaveToRegistry

TIEImageEffectHelper.SaveToRegistry

Declaration

function SaveToRegistry(const aKey: 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

Example

uses
  iexRegistryFunctions;
...
ImageEnView1.Proc.IPDialogParams.SaveToRegistry( 'Software\MyCompany\ImageEffect' );

See Also

◼SaveToStream
◼SaveToFile
◼SaveToIniFile