Write a DWord value, big endian.
Source position: streamex.pp line 340
| procedure TStreamHelper.WriteDWordBE( | 
| dw: dword | 
| ); | 
| dw | 
 | DWord value to write. | 
WriteDWordBE writes a DWord-sized value to the stream, big-endian (MSB first).
If not all data (4 bytes) can be written, an EWriteError exception is raised.
| 
 | Read a DWord from the stream, big endian. | |
| 
 | Write a word value, big endian. | |
| 
 | Write a QWord value, big endian. |