TStream.StrWrite
Write a null-terminated string to the stream.
Declaration
Source position: objects.pp line 324
default
procedure StrWrite(P: PChar);
Description
StrWrite writes the null-terminated string P to the stream. P can only be 65355 bytes long.
For an example, see TStream.StrRead .
Errors
None.
See also
Name | Description |
---|---|
TStream.ReadStr | Read a shortstring from the stream. |
TStream.StrRead | Read a null-terminated string from the stream. |
TStream.WriteStr | Write a pascal string to the stream. |