<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 28.11.2018 um 20:27 schrieb Benjamin
      Rosseaux:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGJGDpjY_fMAbJcw6THWSndggdgye2hQLkUV-7j5LR8GdiagNg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr"><font face="monospace, monospace">program Test123;</font>
        <div><font face="monospace, monospace">{$ifdef fpc}</font></div>
        <div><font face="monospace, monospace">  {$mode delphi}</font></div>
        <div><font face="monospace, monospace">{$endif}<br>
            <br>
            type<br>
              TTest = record<br>
              public<br>
                a: LongInt;<br>
                b: LongInt;<br>
              end;<br>
            <br>
              TTestHelper = record helper for TTest<br>
              public<br>
                const Default: TTest = (a: 1; b: 2);<br>
              end;<br>
            <br>
            var <br>
              Test: TTest;<br>
            begin<br>
              Test := TTest.Default;<br>
            end.</font></div>
      </div>
      <br>
    </blockquote>
    That is indeed a good idea and with the extension to allow multiple
    helpers there wouldn't even be a negative impact... 🤔<br>
    <br>
    Regards,<br>
    Sven<br>
  </body>
</html>