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