ImageEn, unit iexRegistryFunctions |
|
TIEImageEffectHelper.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.
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
SaveToRegistrySee Also
◼LoadFromStream◼LoadFromFile◼LoadFromIniFile