JCL Help:TJclNullStream.Write@@Longint

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Overridden function of TStream.Write.


Pascal

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


Parameters

Parameters Description
const Buffer Memory location to store data.
Count: Longint Requested number of bytes.


Return Value

Number of bytes that were effectively written.


Description

This function writes the specified number of bytes to the stream. As implemented in this class, this function does nothing. For a more complete description of this function, refer to the documentation of TStream.Write. This function returns the value of Count parameters but discards all changes.


See Also

TJclNullStream.Read TJclNullStream.Seek TJclNullStream.SetSize


About

Donator

Robert Marquardt


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