<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">J. Gareth Moreton <<a href="mailto:gareth@moreton-family.com">gareth@moreton-family.com</a>> schrieb am So., 10. Nov. 2019, 03:23:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div>
    <p>Does the smart linker strip out LCL components that are not used,
      or must everything that's registered in a package or unit be
      included? Granted, since forms are being read from a resource
      file, I doubt it can really be tied into the compiler that
      closely</p></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">As long as one doesn't include the function that does the Registration then components that are not used should be smart linked away. Cause even if you're reading from a resource file there is still the use of the component inside the form's declaration and thus the compiler as its usage reference.</div><div dir="auto">The only problematic part might be the widgetset backend itself where things might not be able to be smartlinked away that nicely. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>