[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write a null-terminated string to the stream.
Source position: objects.pp line 293
procedure TStream.StrWrite( |
P: PChar |
); |
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. |