ImageEn, unit iexRegistryFunctions

TIOPrintPreviewParams.SaveToIniFile

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

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