ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSystemShellView.TJamSystemShellView.DeselectItem

Deselects an item in the current view by its index.

Syntax
Pascal
function DeselectItem(pIndex: Integer): Boolean; override;
Parameters 
Description 
pIndex: Integer 
The index of the item that should be deselected. Can also be JSC_ALL to deselect all items in the view.  

True if the item was successfully deselected or False otherwise.