JVCL Help:TJvListView.SelectPrevItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListView.SelectPrevItem Method
[+] TJvListView Events
[+] TJvListView Methods
[+] TJvListView Properties
Search in JVCL Help
Search in all projectsSummary
Selects the previous item in the list.
Pascal
functionSelectPrevItem(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 SelectPrevItem to select the previous item in the list view. If no item is selected, this method does nothing.
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