NativeXml Help
TXmlNode.WriteAttributeInt64
procedure WriteAttributeInt64(const AName: UTF8String; AValue: int64; ADefault: int64); virtual;
Description
added by hdk If the attribute with name AName exists, then set its value to the float AValue. If it does not exist, then create a new attribute AName with the float value converted to a quoted string. If ADefault = AValue, and WriteOnDefault = False, no attribute will be added.