ImageEn, unit iexRegistryFunctions

TIEImageEffectHelper.LoadFromIniFile

TIEImageEffectHelper.LoadFromIniFile

Declaration

function LoadFromIniFile(const FileName: string; aSection: string = ''): Boolean;

Description

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

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

Example

uses
  iexRegistryFunctions;
...
ImageEnView1.Proc.IPDialogParams.LoadFromIniFile( 'C:\MyApp\Settings.ini' );

See Also

LoadFromStream
LoadFromFile
LoadFromRegistry