update autoclass

This commit is contained in:
csh
2024-09-20 14:42:26 +08:00
parent e954a69083
commit 533a202847
45 changed files with 1269 additions and 51 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ end;
function OpenXmlEmpty.BoolValue(): boolean;
begin
return ifnil({self.}Val) ? {self.}Value : {self.}Val;
return ifnil({self.}Val) ? {self.}Value ? true : false : {self.}Val;
end;
function OpenXmlEmpty.ReadXmlAttrVal();