<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">El 17/12/2015 a las 11:35, Sven Barth
escribió:<br>
</div>
<blockquote
cite="mid:CAFMUeB_9DYGe4-WHmt1h-sRTo+Y-oAFut4kAcHhmV-zSA0CogA@mail.gmail.com"
type="cite">
<p>Am 17.12.2015 11:18 schrieb "Santiago A." <<a
moz-do-not-send="true" href="mailto:svaa@ciberpiula.net"><a class="moz-txt-link-abbreviated" href="mailto:svaa@ciberpiula.net">svaa@ciberpiula.net</a></a>>:<br>
> I can live with no passing them as var parameters, but I
thing it is a<br>
> little cumbersome for setting fields. I will try using
pointers.</p>
<p>What do you mean with var-parameters?</p>
</blockquote>
<br>
I can't use the field as actual parameter of function with a var
parameter:<br>
<br>
<tt>function foo(var n:integer);</tt><tt><br>
</tt><tt>begin</tt><tt><br>
</tt><tt> n:=n+1;</tt><tt><br>
</tt><tt>end;</tt><tt><br>
</tt><tt><br>
</tt><tt>foo(myObject.Reg.fieldReg)</tt><br>
<br>
<pre class="moz-signature" cols="72">--
Saludos
Santi
<a class="moz-txt-link-abbreviated" href="mailto:svaa@ciberpiula.net">svaa@ciberpiula.net</a></pre>
</body>
</html>