| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Write a pascal string to the stream.
Source position: objects.pp line 290
| procedure TStream.WriteStr( | 
| P: PString | 
| ); | 
StrWrite writes the pascal string pointed to by P to the stream.
For an example, see TStream.ReadStr.
None.
| 
 | Write a null-terminated string to the stream. | |
| 
 | Read a null-terminated string from the stream. | |
| 
 | Read a shortstring from the stream. |