Write a word value, little endian.
Source position: streamex.pp line 333
| procedure TStreamHelper.WriteWordLE( | 
| w: Word | 
| ); | 
| w | 
 | The word value to write to stream. | 
WriteWordLE writes a Word-sized value to the stream, little-endian (LSB first).
If not all data (2 bytes) can be written, an EWriteError exception is raised.
| 
 | Read a Word from the stream, little endian. | |
| 
 | Write a DWord value, little endian. | |
| 
 | Write a QWord value, little endian. |