JVCL Help:TJvCustomTimeLine.OnLoadItem

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 loads an item from a stream.


Pascal

 propertyOnLoadItem: TJvStreamItemEvent;


Description

Use OnLoadItem to write a handler to load custom data associated with an item from the specified stream. When you call LoadFromStream or LoadFromFile, the component fires an OnLoadItem event for each item it loads from the stream. For example, you can use this event to read data from the stream, that will be stored in the Data property of an item.


See Also

TJvCustomTimeLine.OnSaveItem


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