Write a Unicode string to the stream.
Source position: classesh.inc line 2144
public procedure TWriter.WriteUnicodeString( |
const Value: UnicodeString |
); |
WriteUnicodeString writes Value, a UnicodeString string to the stream. It simply passes the string on to the WriteUnicodeString method of the writer driver class.
|
Write a Unicode string to the stream. |
|
|
Read a UnicodeString value from the stream. |