Write a unicode string to the stream.
Source position: classesh.inc line 1562
public procedure TStringStream.WriteUnicodeString( |
const AString: UnicodeString |
); |
WriteUnicodeString will write a unicodestring and correctly handle the codepage translation if necessary.
TStream.ReadString |
||
|
Read a unicode string from the stream. |
|
|
Read an ansistring from the stream. |
|
|
Write an ansistring to the stream. |