ImageEn, unit iexRegistryFunctions

TIOPrintPreviewParamsHelper.SaveToIniFile

TIOPrintPreviewParamsHelper.SaveToIniFile


Declaration

function SaveToIniFile(const sFilename: string; const sPrefix : string = 'IEV'; sSection: string = ''): Boolean;


Description

Save all settings of the Print Preview dialog to an INI file.

Note:
 SaveToIniFile should be used in tandem with LoadFromIniFile
 SaveToIniFile is a helper method. You will need to add iexRegistryFunctions to your uses clause to access the method


See Also

 SaveToStream
 SaveToFile
 SaveToRegistry