<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Il 24/10/2017 17:04, Sven Barth via
Lazarus ha scritto:<br>
</div>
<blockquote type="cite"
cite="mid:CAFMUeB8uxxPQOoOL0NrU96du0_LBLD6mXFv6NVv+6UE8Zaj_ow@mail.gmail.com">
<div>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
@NextProc := Coda.Remove;<br>
Sending := True;<br>
NextProc;<br>
<br>
with NextProc defined as a procedure of object does
compile but it's wrong.</blockquote>
</div>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">Why are you using an @ when you assign the
NextProc variable? O.o</div>
<div dir="auto"><br>
</div>
</blockquote>
<p>Because it's required by Delphi syntax. An unqualified procedural
type means a call to the procedure.</p>
<p>Without the @ it would rise an "invalid left hand assignment"
error.</p>
<p>Giuliano</p>
<p><br>
</p>
</body>
</html>