NativeXml Help
TXmlNode.ReadInteger
function ReadInteger(const AName: Utf8String; ADefault: integer): integer; virtual;
Description
Read the subnode with AName and convert its value to an integer. If the subnode is not found, or cannot be converted, ADefault will be returned.