ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamBaseSelectionList.SaveToIniFile

Save the selection list to an INI-file.

Syntax
Pascal
procedure SaveToIniFile(const sFileName: String; const section: String = '_sectionlist');
Parameters 
Description 
const sFileName: String 
The path to the INI-file to which the list should be saved. 
const section: String = '_sectionlist' 
The section name of the INMI-file to which the selection should be saved., 

With this procedure, you can save a selection list to an ini file. You may pass the section name, to which the list of selected paths should be written to, as the second parameter.