ImageEn, unit iexRegistryFunctions

TIEImageEffectHelper.SaveToIniFile

TIEImageEffectHelper.SaveToIniFile


Declaration

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


Description

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

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


See Also

 SaveToStream
 SaveToFile
 SaveToRegistry