JVCL Help:TJvBaseDataItems.ItemMove

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

 procedureItemMove(OldIndex: Integer; NewIndex: Integer);


Parameters

Parameters Description
OldIndex: Integer The original index of the item.
NewIndex: Integer The new index of the item.


Description

ItemMove moves an item in the list, properly preceded and succeeded with change notifications.
ItemMove is called by the base implementations for the IJvDataItem interface. It will perform the notifications but defers the actual operation to InternalMove.


See Also

IJvDataItem, TJvBaseDataItems.ItemAdd, TJvBaseDataItems.ItemDelete, TJvBaseDataItems.InternalMove


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