ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.GetItemSelectionState

Get the checkbox state of an item.

Syntax
Pascal
function GetItemSelectionState(i: Integer): TJamSelectionState;
Parameters 
Description 
i: Integer 
The index of the item.  

The checkbox state of the item.

Use this method to query the status of the checkbox of the item with index i. Please make sure that the Checkboxes property is set to true before using this method.