Delphi has the option "Information for the xyz project" in the "Project" menu. It shows the total number of compiled lines and other information. Unfortunately, the manual is null for this function. He only says something like this: "View information about the compilation of the program and the compilation status for your project."
For example, for one of my projects, it shows about 200,000 lines. What is this number? Does it include third-party VCL code and Borland code / libraries? If so, is this just the code needed to run the application?
source
share