| ImageEn, unit iexRegistryFunctions |
|
TIEImageEffectHelper.LoadFromRegistry
Declaration
function LoadFromRegistry(const aKey: 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.
Note:
◼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
Example
uses
iexRegistryFunctions;
...
ImageEnView1.Proc.IPDialogParams.LoadFromRegistry( 'Software\MyCompany\ImageEffect' );
See Also
◼LoadFromStream
◼LoadFromFile
◼LoadFromIniFile