[Overview][Constants][Classes][Index] |
Read a DWord from the stream, little endian
Source position: streamex.pp line 161
function TStreamHelper.ReadDWordLE: dword; |
The DWord value
ReadWordLE reads a DWord from the stream, little-endian (LSB first).
If not enough data is available an EReadError exception is raised.
ReadWordLE |
ReadQWordLE |
WriteDWordLE |