Delphi - Is there a way to hide/organize Components in DESIGN mode -
in delphi 2010... building reasonably complex application. there kinds of non-visual vcl based components, such ttable, tquery, etc. know can put data oriented components datamodule, in design time, don't show on main form. looking way "hide" other non-visual components. know can hide them gexperts, click on form, show again. seem recall there 'component repository' type of component. dropped on form, , dropped other components it... can't find though. is aware of way accomplish this? thanks just put other non-visual components on datamodule well. non-visual controls can placed there; it's visual (tcontrol/twincontrol) components can't (for obvious reasons - data module has no visual aspect @ runtime). note useful in applications don't access databases of sort. can still create tdatamodule hold of non-visual components image lists, file open/save dialogs, , forth.