NativeXml Help
TXmlNode.WriteString
procedure WriteString(const AName: Utf8String; const AValue: Utf8String; const ADefault: Utf8String); virtual;
Description
Add or replace the subnode with AName and set its value to represent the UTF8String AValue. If AValue = ADefault, and WriteOnDefault = False, no subnode will be added.