Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBinaryObjectWriter.WriteUnicodeString

Write a Unicode string to the stream.

Declaration

Source position: classesh.inc line 1725

public procedure TBinaryObjectWriter.WriteUnicodeString(

  const Value: UnicodeString

); override;

Description

WriteUnicodeString is overridden TBinaryObjectWriter to write a unicodestring (valuetype vaUString) value to the stream. It simply writes the character length and then all widecharacters.

See also

TAbstractObjectWriter.WriteUnicodeString

  

Write a Unicode string to the stream.


Documentation generated on: Jul 24 2023