JCL Help:TJclStreamWriteEvent
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclStreamWriteEvent 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
TJclStreamWriteEvent = function (Sender: TObject; const Buffer;Count: Longint): Longint of object;
public property OnWrite: TJclStreamWriteEvent;
Parameters
Parameters | Description |
Count | Number of byte to write. |
Buffer | Buffer that contains data to be written. |
Sender | Object that triggers the event. |
Return Value
Returns the number of bytes that were effectively written.
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