Interview Questions

What is project file in delphi?

Delphi Interview Questions


(Continued from previous question...)

What is project file in delphi?

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.

(Continued on next question...)

Other Interview Questions