TStringStream.ReadUnicodeString
Read a unicode string from the stream
Declaration
Source position: classesh.inc line 1261
public
function ReadUnicodeString(Count: LongInt) : UnicodeString;
Description
ReadUnicodeString will read a unicodestring and correctly handle the codepage translation if necessary..
See also
Name | Description |
---|---|
TStream.ReadAnsiString | Read an ansistring from the stream and return its value. |
TStream.ReadString | |
TStringStream.WriteUnicodeString | Write a unicode string to the stream |