Adding a form or a frame in the repository installing a package...


2003-12-11 05:52:08 AM
delphi96
Hi... Suppose that I have a Package with many forms and frames... and I
want to use this package for automatically add forms in the repositoy
and frames in the palletes (just as the right click options)
It is possible to do it?
I've read a lot of articles where explains how to add them manually and
then make a package for register them with RegisterCustomModule
procedure... all these articles explains how to add new properties and
events in the property editor of inherited forms and frames...
but I wish to make a package who can "install" all the forms and frames
in the repository and pallette respectively (just as RegisterComponent
do it with components) for easy distributing in my office
thanks