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