| ImageEn, unit iexRegistryFunctions |
|
TIEImageEffectHelper.SaveToIniFile
Declaration
function SaveToIniFile(const FileName: string; aSection: 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
Example
uses
iexRegistryFunctions;
...
ImageEnView1.Proc.IPDialogParams.SaveToIniFile( 'C:\MyApp\Settings.ini' );
See Also
◼SaveToStream
◼SaveToFile
◼SaveToRegistry