JVCL Help:TJvCustomTimeLine.LoadFromStream
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomTimeLine.LoadFromStream Method
[+] TJvCustomTimeLine Events
[+] TJvCustomTimeLine Methods
[+] TJvCustomTimeLine Properties
Search in JVCL Help
Search in all projectsSummary
Reads timeline view data from a stream and stores the contents in the timeline view.
Pascal
procedureLoadFromStream(Stream: TStream); virtual;
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 OnLoadItem event handler to load data associated with an item from the stream.
See Also
TJvCustomTimeLine.LoadFromFile, TJvCustomTimeLine.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