ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.Remove

Removes the given path from the list.

Syntax
Pascal
function Remove(const pPath: String): Boolean; overload;
Parameters 
Description 
const pPath: String 
The path that should be removed from the list. 

Boolean: true if the path has been removed successfully. False otherwise.