Difference between revisions of "IDE Window: New Project"

From Lazarus wiki
Jump to navigationJump to search
(Translated German page to English)
 
Line 1: Line 1:
[[Category: Pages for deletion]]
+
{{LanguageBar}}
 +
 
 +
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 -
 +
 
 +
[[Category:IDE]]
 +
[[Category:IDE Window]]
 +
[[Category:Lazarus]]

Latest revision as of 04:54, 8 February 2020

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 -