[Overview][Constants][Classes][Index] |
Write a DWord value, little endian
Source position: streamex.pp line 164
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.
ReadDWordLE |
WriteWordLE |
WriteQWordLE |