update config
This commit is contained in:
@@ -108,7 +108,7 @@ end;
|
||||
|
||||
function OpenXmlEmpty.ReadXmlAttrVal();
|
||||
begin
|
||||
return {self.}XmlAttrVal.Value;
|
||||
return {self.}XmlAttrVal.Value = "0" ? false : {self.}XmlAttrVal.Value = "1" ? true : {self.}XmlAttrVal.Value;
|
||||
end;
|
||||
|
||||
function OpenXmlEmpty.WriteXmlAttrVal(_value: any);
|
||||
|
||||
Reference in New Issue
Block a user