[Overview][Types][Classes][Procedures and functions][Index] |
Compiler version-specific alias for String values used in TXMLObjectWriter.
Source position: laz_xmlstreaming.pas line 34
type TXMLObjectWriterString = String; |
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.
Added in LazUtils version 3.0.
|
Serializes a string value using the XML format for the object writer. |
Version 4.0 | Generated 2025-05-03 | Home |