<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Marco van de Voort via lazarus <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>> schrieb am Fr., 8. Apr. 2022, 11:58:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
IOW in which cases is disambiguation in the class registration of the <br>
generated app needed?<br>
<br>
<br>
Sure, the IDE is also a FPC/Lazarus app, but it has more leeway for <br>
solutions that doesn't require changes to the way EVERY APP streams its <br>
forms.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The use case that Michael has in mind is that inside an app you have a StdCtrls.TButton and a MyControls.TButton. Right now one *must* rename ones own even though the full name including unit name is unique.</div><div dir="auto"><br></div><div dir="auto">Solving this would at the same time allow the IDE to have a TButton for both the LCL and e.g. Web Components Library. Right now they need to be named differently like WebCtrls.TWButton.</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>