NativeXml Help
TXmlNode.GetValueAsIntegerDef
function GetValueAsIntegerDef(ADefault: integer): integer; virtual;
Description
Convert the node's value to integer and return the result. If this conversion fails, or no value is found, then the function returns ADefault.