JCL Help:TJclEventStream.Read@@Longint
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclEventStream.Read Method
[+] TJclEventStream Events
[+] TJclEventStream Methods
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
public function Read(var Buffer; Count: Longint): Longint; override;
Parameters
Parameters | Description |
var Buffer | Reference to a buffer to store data. |
Count: Longint | Number of bytes to be read. |
Return Value
Effective number of bytes that were read.
Description
Overridden method of TStream.Read, all calls to this methods are redirected to data stream and notified to event handler.
See Also
TJclEventStream.OnNotification TJclEventStream.Seek TJclEventStream.SetSize TJclEventStream.Write
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