ImageEn, unit iexRegistryFunctions

TIEImageEffectHelper.LoadFromIniFile

TIEImageEffectHelper.LoadFromIniFile


Declaration

function LoadFromIniFile(const sFilename: string; sSection: string = ''): Boolean;


Description

Load parameters for the Image Processing Dialog (i.e. the current setting of all controls) from an INI file.

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


See Also

 LoadFromStream
 LoadFromFile
 LoadFromRegistry