ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.Remove

Removes the given paths from the list.

Syntax
Pascal
function Remove(pPaths: TStrings): Boolean; overload;
Parameters 
Description 
pPaths: TStrings 
A TStrings descendant whose strings should be removed. 

Boolean: true if all paths have been removed successfully. False otherwise.