[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Overrides standard write method.
Source position: classesh.inc line 1021
public function THandleStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Write overrides the Write method of TStream. It uses the Handle property to write the Count bytes 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 the handle, 0 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. |