ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.GetItemSelectionState

Get the checkbox state of an item.

Syntax
Pascal
function GetItemSelectionState(index: Integer): TJamSelectionState;
Parameters 
Description 
index: Integer 
The index of the item that should be checked.  

The checkbox state of an 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.