ShellBrowser Delphi Components Documentation
|
Add a list of paths to the list.
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.