[Overview][Types][Classes][Procedures and functions][Index] |
Serializes an UnicodeString value using the XML format for the object writer.
Source position: laz_xmlstreaming.pas line 90
public procedure TXMLObjectWriter.WriteUnicodeString( |
const Value: UnicodeString |
); override; |
Value |
|
UnicodeString value serialized in the method. Converted to UTF-8 encoding. |
Included when USE_NEW_READER_WRITER has been defined in the LCL.
Version 4.0 | Generated 2025-05-03 | Home |