ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamBaseSelectionList.LoadFromIniFile

With this procedure you can load an existing selection list from an ini file. You may pass the section name as second parameter.

Syntax
Pascal
procedure LoadFromIniFile(const sFileName: String; const section: String = '_sectionlist');
Parameters 
Description 
const sFileName: String 
The path to the INI-file from which the list should be loaded. 
const section: String = '_sectionlist' 
The section name (typically in brackets) from which the selection should be loaded.,