[Overview][Constants][Classes][Index] |
Write a QWord value, little endian
Source position: streamex.pp line 165
procedure TStreamHelper.WriteQWordLE( |
dq: QWord |
); |
dq |
|
QWord value to write |
WriteQWordLE writes a QWord-sized value to the stream, little-endian (LSB first).
If not all data (8 bytes) can be written, an EWriteError exception is raised.
ReadQWordLE |
WriteDWordLE |
WriteWordLE |