[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Overrides standard write method.
Source position: classesh.inc line 658
public function THandleStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Write implements the abstract 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 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. |
No notes exist for this page yet.