ImageEn, unit iexRegistryFunctions |
|
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
LoadFromIniFileSee Also
◼SaveToStream◼SaveToFile◼SaveToRegistry