ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamBaseSelectionList.SaveToIniFile Method

Save the selection list to an INI-file.

Syntax
Pascal
procedure SaveToIniFile(const sFileName: UnicodeString; const section: String = '_sectionlist');

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.

Copyright (c) 2011. All rights reserved.