Creating a Project

From RAD Studio
Jump to: navigation, search

Go Up to How To Create Forms and Projects, and Write the Code Behind


To create a new project

  1. Choose either of the following commands:
    The New Items dialog box appears.
  2. Select a project template and click OK.
    The project is added to the Project Manager.

To open an existing project

  1. Choose Project > Add Existing Project.
    The Open Project dialog box appears.
  2. Select an existing project to add, and click Open.
    The added project should now appear in the Projects Window. If a project was already open, the new project appears in the project group with the original project.
Note: You can also open an existing project by double-clicking its project file (.dproj for a Delphi project; .cbproj for a C++Builder project) in the Windows Explorer.


See Also