New (File Menu)
Go Up to File Menu
File > New
Creates a project or unit of the selected type.
This menu lets you choose from a list of the most common RAD Studio project and unit types. You can also select Other… to access many additional project and unit types, or Customize… to change the project and unit types listed in this menu.
Contents
Default Project and Unit Types
Default Delphi Project and Unit Types
The following table lists the default Delphi project and unit types of this menu:
Item | Description |
---|---|
|
Creates a new Delphi VCL Forms Application, a form-based desktop application using VCL components. |
|
Creates a new Delphi Multi-Device Application using the FireMonkey. You can choose either:
|
|
Creates a skeleton for a Delphi Package. |
|
Creates a new Delphi Console Applications, programs without user interface. |
|
Creates a skeleton for a Delphi VCL Form, a visual form using VCL components, and opens the Form Designer. This form does not have a project associated with it. |
|
Creates a skeleton for a Delphi Multi-Device Form, a visual form using the FireMonkey, and opens the Form Designer. This form does not have a project associated with it. |
|
Creates a skeleton for a Delphi Unit. |
Default C++Builder Project and Unit Types
The following table lists the default C++Builder project and unit types of this menu:
Item | Description |
---|---|
|
Creates a new C++Builder VCL Forms Application, a form-based desktop application using VCL components. |
|
Creates a new C++ Multi-Device Application using the FireMonkey. You can choose either:
|
|
Creates a skeleton for a C++Builder Package. |
|
Creates a new C++Builder Console Applications, programs without user interface. |
|
Creates a skeleton for a C++Builder VCL Form, a visual form using VCL components, and opens the Form Designer. This form does not have a project associated with it. |
|
Creates a skeleton for a C++ Multi-Device Form, a visual form using the FireMonkey, and opens the Form Designer. This form does not have a project associated with it. |
|
Creates a skeleton for a C++Builder Unit. |
All Personalities
This menu also provides the following entries:
Item | Description |
---|---|
Other |
Opens the New Items dialog box, which lists every file or project the IDE understands. Examples: XML files, text files, and C++ projects. |
Customize |
Opens the Customize New Menu dialog box that allows you to customize how projects and files are listed in the File > New menu. |