[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Read a word from the stream and return its value.
Source position: classesh.inc line 618
public function TStream.ReadWord: Word; |
ReadWord reads one Word (i.e. 2 bytes) from the stream and returns its value. This is a utility function which symply calls the Read function.
If the word cannot be read, a EStreamError exception will be raised.
|
Reads data from the stream to a buffer and returns the number of bytes read. |
|
|
Write a word to the stream. |
|
|
Read a byte from the stream and return its value. |
|
|
Read a DWord from the stream and return its value. |
|
|
Read an ansistring from the stream and return its value. |
No notes exist for this page yet.