Board index » delphi » Adding a new form

Adding a new form

Hey everyone,

Does anyone know how to put a custom form in the "New Items" dialog box
where you select such things as a new application, new unit, new form,
etc.... I want to do this without creating a project each time. So, it
should work exactly like creating a new form.

Thanks for your help,
        Christopher Mah

 

Re:Adding a new form


Quote
Christopher Mah wrote:

> Hey everyone,

> Does anyone know how to put a custom form in the "New Items" dialog box
> where you select such things as a new application, new unit, new form,
> etc.... I want to do this without creating a project each time. So, it
> should work exactly like creating a new form.

> Thanks for your help,
>         Christopher Mah

This was a stupid question upon retrospect. For those of you interested,
right click on the form and select add to repository.

Chris M.

Re:Adding a new form


On Wed, 14 Jan 1998 14:45:21 -0800, Christopher Mah

Quote
<chris...@lightspeed.bc.ca> wrote:
>Hey everyone,

>Does anyone know how to put a custom form in the "New Items" dialog box
>where you select such things as a new application, new unit, new form,
>etc.... I want to do this without creating a project each time. So, it
>should work exactly like creating a new form.

>Thanks for your help,
>    Christopher Mah

Chris,

        Right click on the desired form and choose to Add to
Repository. The diaog s will lead you throught the process. From then
on when you select New.. go to the Reepository page and your custom
form is there. Make sure you select the desired usage
Copy/Use/Inherit.

                                Good Luck,
                                        Mike

Other Threads