<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 18, 2015 at 10:11 AM, Anthony Walter <span dir="ltr"><<a href="mailto:sysrpl@gmail.com" target="_blank">sysrpl@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra">A question, are type helpers limited to one per type? That is to say, if I write a "type MyStringHelper = record helper for string" and Michael adds a "type LazStringHelper = record helper for string" in SysUtils, will only one of them work when I have both units added to the my uses clauses of another unit?</div></div></blockquote><div><br></div><div>Only one of them will work, but you can use helpers inheritance.<br><br><a href="http://www.freepascal.org/docs-html/ref/refse57.html#x114-12400010.5">http://www.freepascal.org/docs-html/ref/refse57.html#x114-12400010.5</a><br><br></div><div>thanks,<br></div><div>Dmitry <br></div></div></div></div>