update autoclass
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user