Write a null-terminated string to the stream.
Source position: objects.pp line 332
| procedure TStream.StrWrite( | 
| P: PAnsiChar | 
| ); | 
StrWrite writes the null-terminated string P to the stream. P can only be 65355 bytes long.
For an example, see TStream.StrRead.
None.
| 
 | Write a pascal string to the stream. | |
| 
 | Read a null-terminated string from the stream. | |
| 
 | Read a shortstring from the stream. |