Gets the next list item in the given direction from the starting item.
Source position: comctrls.pp line 1626
public function TCustomListView.GetNextItem( |
StartItem: TListItem; |
Direction: TSearchDirection; |
States: TListItemStates |
):TListItem; |
GetNextItem is a TListItem function used 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. If no item is found, Nil is returned.