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