JVCL Help:TJvCustomTMTimeline.LoadFromStream

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reads timeline view data from a stream and stores the contents in the timeline view.


Pascal

 procedureLoadFromStream(Stream: TStream);


Parameters

Parameters Description
Stream: TStream Specifies the stream from which to read the timeline view.


Description

Use LoadFromStream to read the items of the timeline view from the specified stream. LoadFromStream adds the items in the stream data to the timeline view.
Write an OnReadObject event handler to load objects associated with dates from 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