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

TXMLObjectWriterString

Compiler version-specific alias for String values used in TXMLObjectWriter.

Declaration

Source position: laz_xmlstreaming.pas line 34

type TXMLObjectWriterString = String;

Description

TXMLObjectWriterString is the type passed as an argument to the WriteString method in TXMLObjectWriter.

For FPC version 3.3.1 and later, it is an alias to the RawByteString type. For previous FPC versions, it is an alias to the String type.

Version info

Added in LazUtils version 3.0.

See also

TXMLObjectWriter.WriteString

  

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


Version 4.0 Generated 2025-05-03 Home