[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#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.0 Generated 2025-05-03 Home