<div dir="ltr"><div><div><br></div>I have recently compiled projects which were converted from Delphi and it seems to me that the passing a function as a parameter does not require the '@' symbol. I suspect syntax errors came because I wasn't compiling from the command line.<br><br></div><div>e.g <br><br></div><div>function AFunction()<br></div><div>begin<br><br></div><div>end;<br><br></div><div>CallFunctionWithFunctionParameter (AFunction) instead of CallFunctionWithFunctionParameter (@AFunction)</div><div><br></div>Is passing a function as parameter without the '@' symbol accepted in Delphi?<br clear="all"><div><div><div><br>-- <br><div class="gmail_signature">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a></div>
</div></div></div></div>