[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Write a DWord to the stream.
WriteDWord writes the DWord D (i.e. 4 bytes) to the stream. This is a utility function which simply calls the Write function. The DWord can be read from the stream using the ReadDWord function.
If an error occurs when attempting to write, an EStreamError exception will be raised.
|
Writes data from the stream to the buffer and returns the number of bytes written. |
|
|
Read a DWord from the stream and return its value. |
|
|
Write a byte to the stream. |
|
|
Write a word to the stream. |
|
|
Write an ansistring to the stream. |