ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCustomFileList.AddStrings

Add a list of paths to the list.

Syntax
Pascal
procedure AddStrings(pPaths: TStrings; pInitiallyChecked: Boolean = false);
Parameters 
Description 
pPaths: TStrings 
The list of strings which are the apth to be added. 
pInitiallyChecked: Boolean = false 
Optional. Pass true if the newly added items should be initially checked. Pass false otherwise. 

With this function you can add a list of folders to the list. If the parameter Checked is true, the passed path will be checked if the Checkboxes are enabled.