JVCL Help:TJvStreamItemEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that let an application read or write additional data to or from the stream.

run\JvTimeLine.pas


Pascal

 run\JvTimeLine.pas
 TJvStreamItemEvent = procedure (Sender: TObject; Item: TJvTimeItem; Stream: TStream) ofobject;


Parameters

Parameters Description
Sender The timeline view control that has written or read the item.
Item The item that just prior to this event has been read or written.
Stream Specifies the stream where from to read or where to write the custom data.

run\JvTimeLine.pas


Description

Use the TJvStreamItemEvent type to read additional data associated with an item from the stream or write custom data associated with an item to the specified stream.

run\JvTimeLine.pas


See Also

TJvCustomTimeLine.OnLoadItem, TJvCustomTimeLine.OnSaveItem

run\JvTimeLine.pas


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