JVCL Help:TJvTimeLine.OnItemMoving
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimeLine.OnItemMoving Event
[+] TJvTimeLine Events
[+] TJvTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user tries to move an item.
Pascal
propertyOnItemMoving: TJvItemMovingEvent;
Parameters
Parameters | Description |
Sender | The timeline view control in which an item is moving. |
Item | The item that the user wants to move. |
AllowMove | Indicates whether the move should be permitted. |
Description
Write an OnItemMoving event handler to conditionally prevent the user from moving items on the timeline view. Set AllowMove to False to disallow any movement of the item.
See Also
TJvCustomTimeLine.DragLine, TJvCustomTimeLine.OnItemMoved
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