Reputation: 1
I was given a new laptop at work. I had Delphi on my old laptop. We only have 1 licence for Delphi. It was removed from my old laptop and installed on my new laptop.
Normally I would go "File, New, VCL Forms Application" and start putting objects on the Main Form. Then, I go to "File, New, Other Files" and I have only "Project Group" and "Text File" showing.
How do I get "VCL Form" to show?
Upvotes: 0
Views: 1413
Reputation: 447
That "Customize" option allows you to add items to the menu that you use most for your convenience. If you select that, a dialog similar to this shows up:
Here, I've gone to the "Delphi Files" folder under Gallery Items and scrolled down until I found "Form". Now I can just drag-and-drop it over to the right under Menu Items, click OK, and the next time I open the File > New menu, I'll see this:
Now this doesn't say "VCL Form" like you were expecting, but these screenshots were from Delphi XE and I think you're using a different version. However, this does add a VCL Form to my project.
It should be noted that without customizing, you can always just go to File > New > Other and see all possibilities--including a Form. Using Customize simply adds an often-used item for quicker access.
Upvotes: 1
Reputation: 700
In Embarcadero® RAD Studio 10.2 it looks like File->New and then you have options: VCL Forms Application-Delphi, VCL Form-Delphi and etc.
Upvotes: -1