ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellControl.IndexOf

Returns the position of a path in the list.

Syntax
Pascal
function IndexOf(const pPath: string): Integer; overload;
Parameters 
Description 
const pPath: string 
The path of interest 

The index of the path in the list or -1 if not found.

Call IndexOf to obtain the position of the first occurrence of a path in the list.