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