<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 29, 2014 at 12:32 PM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
For beginners, this really is an invaluable aid which cannot be underestimated. Morfik Appsbuilder had this already almost 10 years ago.<br>
<br>
For this reason, Sven, I would really enable this also by default in mode objfpc.</blockquote><div><br></div><div>I thought there's a support for that in ObjC categories.</div><div><br></div><div>But anyways, beware of trolls!</div><div><br></div><div>Troll: Hey! this isn't your daddy's pascal! it's modernized, and everything is an object here, so make sure you create them and free them like this:</div><div>var</div><div>  i: Integer</div><div>begin</div><div>  i := Integer.Create;</div><div>  i:=10;</div><div>  writeln(i.toString());</div><div>  i.Free;</div><div>end.</div><div><br></div><div><br></div><div>and now with helpers having Create and Free on integer type is possible :)</div><div><br></div><div>thanks,</div><div>Dmitry</div><div> </div></div></div></div>