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