<p>Am 20.04.2012 05:41 schrieb "Alexander Klenin" <<a href="mailto:klenin@gmail.com">klenin@gmail.com</a>>:<br>
><br>
> I have used class helpers feature for the first time.<br>
> (See components/tachart/tachartteechart.pas, r36916).<br>
> The good news is that I was able to get it working.<br>
> The bad news is that I have encountered 4 bugs and 1 missing feature<br>
> in about 10 lines of code :)</p>
<p>Why do you need to test so much? Just kidding...<br>
I'm glad that you tested some of the things I didn't test during development.</p>
<p>> (Also, Lazaus does not seem to support class helpers at all.)<br>
><br>
> I have entered some simpler issues in the tracker:<br>
><br>
> <a href="http://bugs.freepascal.org/view.php?id=21808">http://bugs.freepascal.org/view.php?id=21808</a><br>
> <a href="http://bugs.freepascal.org/view.php?id=21809">http://bugs.freepascal.org/view.php?id=21809</a></p>
<p>AFAIK Delphi does not support this either, because in the helper's interface you only have access to members of itself or its parents. If I remember correctly I have even tested code similar to yours at that time and it might still be available as a test in the tests directory.</p>

<p>> <a href="http://bugs.freepascal.org/view.php?id=21810">http://bugs.freepascal.org/view.php?id=21810</a><br>
> <a href="http://bugs.freepascal.org/view.php?id=21811">http://bugs.freepascal.org/view.php?id=21811</a><br>
> <a href="http://bugs.freepascal.org/view.php?id=21812">http://bugs.freepascal.org/view.php?id=21812</a><br>
><br>
> Unfortunately, I also have more subtle problems (run-time crash)<br>
> which I was yet unable to reproduce on a simple test case.</p>
<p>Would be good if you're able to find reproducable cases.</p>
<p>Regards,<br>
Sven</p>