ShellBrowser Delphi Components Documentation
|
Deselects an item in the current view by its index.
function DeselectItem(pIndex: Integer): Boolean; virtual; abstract; overload;
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.