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