[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectWriter.WriteString

Serializes a string value using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 79

public procedure TXMLObjectWriter.WriteString(

  const Value: string

); override;

Arguments

Value

  

String value written in the method.