<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Arial">"Liste der überwachten Ausdrücke" shows the wrong
error message<br>
"<Error: Type TSTRINGLIST has no component named COUNT.>"<br>
<br>
OS: Win 10 (64), Lazarus 1.8.4, SVN Revision 57972.<br>
Steps to reproduce:<br>
Insert this in an unit and let your program call it.<br>
<br>
procedure TForm1.TestProcedure;<br>
var Liste: TStringList;<br>
begin<br>
Liste:= TStringList.Create;<br>
Liste.Add('Eins');<br>
Liste.Free<br>
end; <br>
<br>
</font><font face="Arial">Set a breakpoint at "Liste.Add('Eins')"
and insert "Liste.count" into the "Liste der überwachten
Ausdrücke" (Strg+Alt+W).<br>
Run the program. It stops at the breakpoint and the Liste der
überwachten Ausdrücke shows this wrong error message.<br>
<br>
Regards -- Joe</font><font size="+1"> </font><br>
</body>
</html>