TAbstractObjectReader.ReadUnicodeString
Read a Unicode string value
Declaration
Source position: classesh.inc line 1414
public 
  function ReadUnicodeString : UnicodeString;  Virtual;  Abstract;
Description
ReadUnicodeString should read a UnicodeString value from the stream. (indicated by the vaUString value type).
Descendant classes should override this method to actually read a UnicodeString value.
See also
| Name | Description | 
|---|---|
| TAbstractObjectReader.ReadWideString | Read a widestring value from the stream. | 
| TBinaryObjectWriter.WriteUnicodeString | Write a Unicode string to the stream. |