In Delphi 2010 ... I am creating a fairly complex application. There are all kinds of non-visual components based on VCL, such as TTable, TQuery, etc. I know that I can put Data-oriented components in a datamodule, so during development they are not displayed in my main form. I am looking for a way to "hide" other non-visual components. I know that I can hide them with GExperts, but as soon as you click on the form, they will reappear. I seem to remember that there was a component component "Component repository". You threw it in your form, and then dumped all the other components into it ... Unable to find it.
Does anyone know how to do this?
thanks
source share