[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Overrides standard write method.
Source position: classesh.inc line 650
public function THandleStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Writeimplements the abstract Writemethod of TStream. It uses the Handleproperty to write the Countbytes from Buffer.
If no error occurs while writing, the number of bytes actually written will be returned.
If the operating system reports an error while writing to handle, -1 is returned.
|
Reads data from the stream to a buffer and returns the number of bytes read. |
|
|
Overrides standard write method. |
|
|
The OS handle of the stream. |