JVCL Help:TJvListView.SelectNextItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListView.SelectNextItem Method
[+] TJvListView Events
[+] TJvListView Methods
[+] TJvListView Properties
Search in JVCL Help
Search in all projectsSummary
Selects the next item in the list.
Pascal
functionSelectNextItem(Focus: Boolean = True): Integer;
Parameters
Parameters | Description |
Focus: Boolean = True | Set to true to make the new item both selected (default) and focused. |
Return Value
The index of the selected item.
Description
Call SelectNextItem to select the next item in the list view. If no item is selected, this method selects the first item.
See Also
TJvListView.MoveDown, TJvListView.MoveUp, TJvListView.SelectPrevItem
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page