Context:
I have been working on and off on an application which uses a number of custom frames-based components (which folks around here have been super helpful with as I've been learning!).
Since I am modifying the visual component that the app uses very often, and those components are fairly numerous and interrelated (quite a bit of inheritance going on, etc), I'd like to streamline the modify/build process as much as possible.
Question:
When is it necessary to actually install a visual component package, vs. just building (or only "compiling"?) the EXE project which uses and references those components? Do I only need to truly "re-install" a package to the palette when I change a member that would be affect the Object Inspector? Any conceptual guidance here would most welcome.
Thanks again, in advance. : )