JVCL Help:TJvTimeLine.OnLoadItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTimeLine.OnLoadItem Event
[+] TJvTimeLine Events
[+] TJvTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
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