Which steps will reproduce the problem?
1.Compile package htmlviewer
2.Compile a program with an htmlviewer component added
3.
What is the expected output? What do you see instead?
Which version of the product are you using? Which compiler version are you
using? On which operating system?
Windows 7 - Lazarus 1.2.6
Please attach test html files and screenshots, if appropriate.
Please provide any additional information:
line 4654 of ReadHTML.pas
J := Entity.length ; --> gives a compiler error
solution J := length(Entity) ; ????
Original issue reported on code.google.com by serge.ca...@gmail.com on 10 Feb 2015 at 9:40
Original issue reported on code.google.com by
serge.ca...@gmail.com
on 10 Feb 2015 at 9:40