|
ShellBrowser Delphi Components Documentation
|
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.
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.