JVCL Help:TJvListView.MoveDown
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListView.MoveDown Method
[+] TJvListView Events
[+] TJvListView Methods
[+] TJvListView Properties
Search in JVCL Help
Search in all projectsSummary
Moves an item in the list.
Pascal
functionMoveDown(Index: Integer; Focus: Boolean = True): Integer;
Parameters
Parameters | Description |
Index: Integer | The current index of the item to move. |
Focus: Boolean = True | Set to true if the moved item should be selected and focused. |
Return Value
The (new) index of the item.
Description
Use MoveDown to move a list item one step down in the list.
See Also
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