<div dir="ltr"><div class="gmail_extra">When I register a component with the IDE it is installed from a package. The package has a name. I want to know the name of the package, given a class type of a component registered in the IDE.</div><div class="gmail_extra"><br></div><div class="gmail_extra">See this issue:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://bugs.freepascal.org/view.php?id=32182">https://bugs.freepascal.org/view.php?id=32182</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">procedure RegisterForm(const Package: string; FormClass: TCustomFormClass; const Category, Caption, Description, Units: string);<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I would like to simplify this further by omitting the Package string if it could be computed from the FormClass parameter.</div><div class="gmail_extra"><br></div><div class="gmail_extra">See also:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://www.getlazarus.org/videos/dockedform/">https://www.getlazarus.org/videos/dockedform/</a><br></div><div class="gmail_extra"><br></div></div>