JVCL Help:TJvCustomTimeLine.OnSaveItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs after the application saves an item to a stream.


Pascal

 propertyOnSaveItem: TJvStreamItemEvent;


Description

Use OnSaveItem to write a handler to save custom data associated with an item to the specified stream. When you call SaveToStream or SaveToFile, the component fires an OnSaveItem event for each item it saves to the stream. For example, you can use this event to write data to the stream, that is stored in the Data property of an item.


See Also

TJvCustomTimeLine.OnLoadItem


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