Fixed: using IXMLNode.Text instead of NodeValue for the enumeration Text getter
This commit is contained in:
parent
e4903fdb7b
commit
80acc3c04d
@ -109,7 +109,7 @@ const
|
||||
|
||||
PropertyImplMethodGetText = 'function TXML%<Name>:s.Get%<PropertyName>:sText: WideString;' + CrLf +
|
||||
'begin' + CrLf +
|
||||
' Result := ChildNodes[''%<PropertySourceName>:s''].NodeValue;' + CrLf +
|
||||
' Result := ChildNodes[''%<PropertySourceName>:s''].Text;' + CrLf +
|
||||
'end;' + CrLf +
|
||||
'' + CrLf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user