List of files generated by in a Delphi Application

Delphi produces various files for each project, and we should know what they are and how they are named. Basically, two elements have an impact on how files are named: the names you give to a project and its units, and the predefined file extensions used by Delphi. You will find the files in the directory where a Delphi project resides.

Following table shows the extensions of the files and when or under what circumstances these files are created and their importance for future compilations.


Comments

Popular posts from this blog

ShellExecute in Delphi

How to send Email in Delphi?

Variants in Delphi. Use of Variant Array. How to check a Variant is unassigned or empty or clear ?