ImageEn, unit iexRegistryFunctions |
|
TIOPrintPreviewParamsHelper.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.
Note:
◼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