ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCustomFileList.ReturnItemInList

Returns the item that is associated to the filename, if it is in the list, otherwise nil.

Syntax
Pascal
function ReturnItemInList(const pFilePath: UnicodeString; const lStartIndex: integer = 0): TJamFileListItem; virtual;
Parameters 
Description 
const pFilePath: UnicodeString 
A file name. 
const lStartIndex: integer = 0 
The position of the first item to check 

The item that is associated to the file name.