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.4 | Generated 2025-11-08 | Home |