JVCL Help:TJvCustomTMTimeline.SaveToFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTMTimeline.SaveToFile Method
[+] TJvCustomTMTimeline Events
[+] TJvCustomTMTimeline Methods
[+] TJvCustomTMTimeline Properties
Search in JVCL Help
Search in all projectsSummary
Saves the timeline view to the file specified in FileName.
Pascal
procedureSaveToFile(constFilename: string);
Parameters
Parameters | Description |
const 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 OnWriteObject event handler to save objects associated with dates to the stream.
See Also
TJvCustomTMTimeline.LoadFromFile, TJvCustomTMTimeline.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