ImageEn, unit iexRegistryFunctions

TIEImageEffect.LoadFromIniFile

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

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