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