What is project file in Delphi?

Questions by Robert   answers by Robert

Showing Answers 1 - 3 of 3 Answers

mahaswetha

  • Sep 8th, 2008
 

File with .dpr extension is the project file. It comprises all the unit names used in the application along with their path in the hard disk (and the form name if the unit is associated with a .dfm file). It also instantiates the auto-create forms. We can also write code for application initialisation in begin..end blocks in .dpr file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions