[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TBinaryObjectWriter.WriteUnicodeString

Write a Unicode string to the stream.

Declaration

Source position: classesh.inc line 1531

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: May 14 2021