JVCL Help:TJvCustomTMTimeline.SaveToStream

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

Search in JVCL Help

 
Search in all projects
 

Summary

Writes the data in the timeline view to the stream passed as the Stream parameter.


Pascal

 procedureSaveToStream(Stream: TStream);


Parameters

Parameters Description
Stream: TStream The stream object to use for writing the information.


Description

Use the SaveToStream method to stream out the items in a tree view. It can be streamed back in to another timeline view object using the LoadFromStream method.
Write an OnWriteObject event handler to save objects associated with dates to the stream.


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