JVCL Help:TJvListView.MoveDown

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

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