IDE Window: New Project
From Free Pascal wiki
Jump to navigationJump to search
│ Deutsch (de) │ English (en) │
A new project can be created via this menu item. The project contains all the settings required for the respective project type. The following project types are currently available:
- Application - a program with a GUI (using the LCL)
- Simple program - a minimal FPC program (without GUI)
- Program - an FPC program (without GUI)
- Console application - an FPC console program (using TCustomApplication)
- Library -
- Daemon (service) application -