ShellBrowser Delphi Components Documentation
|
Returns the next list item after the StartItem in the specified direction.
function GetNextItem(Direction: TSearchDirection; States: TItemStates): TJamShellListItem;
Parameters |
Description |
Direction: TSearchDirection |
The search direction. |
States: TItemStates |
Only items in the state indicated by the States parameter are considered. |
The next item.
Call GetNextItem to find the next list item after StartItem in the direction given by the Direction parameter. Only items in the state indicated by the States parameter are considered.