ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.IndexOfPath

Returns the index of the given path.

Syntax
Pascal
function IndexOfPath(const aPath: String): Integer;
Parameters 
Description 
const aPath: String 
The path for that its index should be returned. 

Boolean: Returns -1 if aPath is not in the list; otherwise the index of

aPath

is returned.