Project Manager (IDE Tutorial)

From RAD Studio
Jump to: navigation, search

Go Up to Tools Index (IDE Tutorial)


To build an application or a DLL using RAD Studio, you need to create a project. The Project Manager displays a hierarchical file list of your project or project group, so you can view and organize the files in the project or project group.

You can use the Projects Window to combine and display information on related projects into a single project group. By organizing related projects into a group, such as multiple executables, you can compile them at the same time. You can also set project options to resolve the dependencies between projects.


TutorialIDEFig2-13.png

Figure 2-13. Hierarchical file list of the project, displayed by the Project Manager

The buttons at the top of the Projects Window enable you to perform the following tasks:

  • Activate — Activate the currently selected project.
  • New — Add another project to the current project group. If only one project currently exists, a project group is created for you automatically.
  • Remove — Remove a project from the current project group.
  • View — View the file tree hierarchy in multiple ways.
  • Sync — Synchronize the project manager with the medium where the actual project or project group files are stored.
  • Expand — Expand all child nodes of the currently selected node.
  • Collapse — Collapse all child nodes of the currently selected node.
  • Sort — Sort project (and set default sort order).
  • Build Groups — Open Build Groups pane.
  • Set active configuration — Sets the active build configuration.
  • Set active platform — Sets the active target platform.

Next

File Browser