Unit 'Laz_XMLStreaming' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLObjectWriter.WriteUnicodeString

Serializes an UnicodeString value using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 90

public procedure TXMLObjectWriter.WriteUnicodeString(

  const Value: UnicodeString

); override;

Arguments

Value

  

UnicodeString value serialized in the method. Converted to UTF-8 encoding.

Description

Included when USE_NEW_READER_WRITER has been defined in the LCL.


Version 4.4 Generated 2025-11-08 Home