JCL Help:TJclStreamReadEvent
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclStreamReadEvent Type
[+] JclStreams.pas Types
Search in JCL Help
Search in all projects
Summary
The summary for this help topic does not exist, edit this page
Pascal
TJclStreamReadEvent = function (Sender: TObject; var Buffer; Count: Longint): Longint of object;
public property OnRead: TJclStreamReadEvent;
Parameters
Parameters | Description |
Count | Number of byte to read. |
Buffer | Buffer to store read data. |
Sender | Object that triggers the event. |
Return Value
Returns the number of bytes that were effectively read.
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Florent Ouchet
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