[Overview][Constants][Classes][Index] |
Write a DWord value, little endian
Source position: streamex.pp line 188
procedure TStreamHelper.WriteDWordLE( |
dw: dword |
); |
dw |
|
DWord value to write |
WriteDWordLE writes a DWord-sized value to the stream, little-endian (LSB first).
If not all data (4 bytes) can be written, an EWriteError exception is raised.
|
Read a DWord from the stream, little endian |
|
|
Write a word value, little endian |
|
|
Write a QWord value, little endian |