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