I downloaded Delphi 7. I launch it, there opens a window for editing Unit1.pas. Further I click File-> New-> Application. Flies the same. If you want, look at the screenshot of this window:

I downloaded Delphi 7. I launch it, there opens a window for editing Unit1.pas. Further I click File-> New-> Application. Flies the same. If you want, look at the screenshot of this window:

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .
So it should be, there is also a form designer. This is a module of the main form, in it and write the code of your program (handlers of various events from controls). And if you want to see the source, then so: Project -> ViewSource .
Source: https://ru.stackoverflow.com/questions/66596/
All Articles
ShowMessage('Hello World');- I_CaR