ImageEn, unit iexRegistryFunctions

TIOPrintPreviewParams.LoadFromIniFile

TIOPrintPreviewParams.LoadFromIniFile


Declaration

function LoadFromIniFile(const sFilename : string; const sPrefix : string = 'IEV'; sSection : string = ''): boolean;


Description

Load all settings of the Print Preview dialog from an INI file.

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


See Also

- LoadFromStream
- LoadFromFile
- LoadFromRegistry