JCL Help:TJclEventStream
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEventStream Class
[+] JclStreams.pas Classes
[+] TJclEventStream Events
[+] TJclEventStream Methods
Search in JCL Help
Search in all projectsClass Hierarchy
TJclStream
|
TJclStreamDecorator
|
TJclEventStream
Summary
Stream with notification of progression.
Pascal
public TJclEventStream = class(TJclStreamDecorator);
Description
The TJclEventStream class triggers an event every time a change is made to the stream. This class is adapted to update progression bars. The event parameters contain current position and size of the stream. All operations use data from stream passed as a parameter to the constructor.
See Also
About
Unit
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