JVCL Help:TJvStreamItemEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStreamItemEvent type
[+] JvTimeLine.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that let an application read or write additional data to or from the stream.
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. |
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.
See Also
TJvCustomTimeLine.OnLoadItem, TJvCustomTimeLine.OnSaveItem
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