[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Overrides standard read method.
Source position: classesh.inc line 657
public function THandleStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Read implements the abstract Read method of TStream. It uses the Handle property to read the Count bytes into Buffer
If no error occurs while reading, the number of bytes actually read will be returned.
If the operating system reports an error while reading from the 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.