JVCL Help:TJvCustomTimeLine.LoadFromFile
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.LoadFromFile Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Reads the file specified in FileName and loads the data into the timeline view.
Pascal
procedureLoadFromFile(FileName: string); virtual;
Parameters
Parameters | Description |
FileName: string | Name of a file that was saved using the SaveToFile method. |
Description
Use the LoadFromFile method to retrieve timeline view items from a file and add them to the timeline view. FileName should reference a file that was saved using the SaveToFile method.
Write an OnLoadItem event handler to load data associated with an item from the file.
See Also
TJvCustomTimeLine.LoadFromStream, TJvCustomTimeLine.SaveToFile
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