Search code examples
delphidelphi-xe8

Delphi XE8 Adding .pas from another project


Quick question for anyone who is proficient with Delphi XE8. I need to add a .pas file from another project into my current project


Solution

  • Here are the steps:

    1. Open the Project Manager.
    2. Find the name of the desired Project.
    3. Right click on the Project and select "Add...".
    4. Select the .pas file in the search dialog.

    This will link the file to the project.