JCL Help:TJclEventStream.Write@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 public function Write(const Buffer; Count: Longint): Longint; override;


Parameters

Parameters Description
const Buffer Reference to a buffer to retrieve data.
Count: Longint Number of bytes to be written.


Return Value

Effective number of bytes that were written.


Description

Overridden method of TStream.Write, all calls to this methods are redirected to data stream and notified to event handler.


See Also

TJclEventStream.OnNotification TJclEventStream.Read TJclEventStream.Seek TJclEventStream.SetSize


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