JCL Help:TJclEventStream.Create@TStream@TStreamNotifyEvent@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Constructor of the TJclEventStream class.


Pascal

 public constructor Create(AStream: TStream; ANotification: TStreamNotifyEvent = nil; AOwnsStream: Boolean = False);


Parameters

Parameters Description
AStream: TStream Stream where data are written/read.
ANotification: TStreamNotifyEvent = nil Notification handler.
AOwnsStream: Boolean = False if set, current stream is destroyed when this instance is destroyed.


Description

Create a new instance of the TJclEventStream class.


See Also

TJclEventStream.OnNotification


About

Donator

Heinz Zastrau


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