NativeXml Help
TXmlNode.ReadAttributeInt64
function ReadAttributeInt64(const AName: Utf8String; ADefault: int64): int64; virtual;
Description
added by hdk Find the attribute with AName, and convert its value to a float. If the attribute is not found, or cannot be converted, the default ADefault will be returned.