JVCL Help:TJvCustomTMTimeline.LoadFromFile

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Reads the file specified in FileName and loads the data into the timeline view.


Pascal

 procedureLoadFromFile(constFilename: string);


Parameters

Parameters Description
const 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 OnReadObject event handler to load objects associated with dates from the file.


See Also

TJvCustomTMTimeline.LoadFromStream, TJvCustomTMTimeline.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