Write a Unicode string to the stream.
Source position: classesh.inc line 2075
| public procedure TBinaryObjectWriter.WriteUnicodeString( | 
| const Value: UnicodeString | 
| ); override; | 
WriteUnicodeString is overridden TBinaryObjectWriter to write a unicodestring (valuetype vaUString) value to the stream. It simply writes the character length and then all widecharacters.
| 
 | Write a Unicode string to the stream. |