ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamShellControl.IsFolder

Use this method to check if the item at the passed index is a folder.

Syntax
Pascal
function IsFolder(pIndex: Integer): Boolean;
Parameters 
Description 
pIndex: Integer 
The index of the item.  

Boolean: True if the passed pIndex parameter is a folder, False otherwise.