ImageEn, unit iexRegistryFunctions

TIEImageEffect.SaveToIniFile

TIEImageEffect.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.

Notes:
- 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