<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p style="margin: 0;">
   <span>
    <span></span>
   </span>
  </p>
  <p style="margin: 0px;"> </p>
  <div style="margin: 5px 0px 5px 0px;">
   <br/>
   Felipe Monteiro de Carvalho <felipemonteiro.carvalho@gmail.com> hat am 26. August 2011 um 12:00 geschrieben:
   <br/>
   <br/>
   > 2011/8/26 Juha Manninen <juha.manninen62@gmail.com>:
   <br/>
   > > Right. I first thought the ultimate reason was the procedure var parameter
   <br/>
   > > named "out".
   <br/>
   > > However it seems to work ok in other code.
   <br/>
   >
   <br/>
   > For me it doesn't work. I just added to my TForm this:
   <br/>
   >
   <br/>
   > public
   <br/>
   >   Procedure Something(out: Integer);
   <br/>
   >
   <br/>
   > And pressed Ctrl+Shift+C
   <br/>
   >
   <br/>
   > It fails.
  </div>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">"Out" as parameter name is not allowed in mode objfpc and delphi.</p>
  <p style="margin: 0px;">The feature can be turned on/off with the modeswitch "out". </p>
  <p>This needs to be implemented in the codetools.</p>
  <p>I will take a look. </p>
  <p> </p>
  <p>Mattias</p>
  <p> </p>
 </body>
</html>