JVCL Help:TJvCustomTimeLine.SaveToFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.SaveToFile Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Saves the timeline view to the file specified in FileName.
Pascal
procedureSaveToFile(FileName: string); virtual;
Parameters
Parameters | Description |
FileName: string | Name of the file where to write the timeline view to. |
Description
Use the SaveToFile method to store timeline view data to a text file. The items can later be reloaded from the file into a new timeline view object using the LoadFromFile method.
Write an OnSaveItem event handler to save data associated with an item to the stream.
See Also
TJvCustomTimeLine.LoadFromFile, TJvCustomTimeLine.SaveToStream
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