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