ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.BaseShellListView.TJamCheckableListItem.GetNextItem

Call GetNextItem to find the next list item after StartItem in the given direction. Only items in the state indicated by the States parameter are considered.

Syntax
Pascal
function GetNextItem(Direction: TSearchDirection; States: TItemStates): TJamCheckableListItem;
Parameters 
Description 
Direction: TSearchDirection 
The search direction. 
States: TItemStates 
Only items of this state are considered. 

the next list item after the StartItem in the specified direction.