Difference between revisions of "IDE Window: New Item"

From Lazarus wiki
Jump to navigationJump to search
m (bypass unnecessary redirect Data Module → Data module)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{IDE Window: New Item}}
 
{{IDE Window: New Item}}
  
The '''File|New item''' dialog helps to start a new item. Items shown in this dialog can be extended by installing Lazarus packages.
+
The '''File|New item''' dialog allows to create some entity in the IDE - new application, new unit, new package, new form, etc. Most of the items just create some entity without questions. But "Inherited project component" shows additional GUI to choose, from what to inherit your new form/component. Additional items may appear in dialog, from installed Lazarus packages.
  
 
[[File:IDE Window - New Item.PNG]]
 
[[File:IDE Window - New Item.PNG]]
  
 
==Module==
 
==Module==
* [[Pascal unit]]
+
* [[Unit|Pascal unit]]
 
* [[TForm|Form]]
 
* [[TForm|Form]]
* [[Data Module]]
+
* [[Data module]]
 
* [[Frames|Frame]]
 
* [[Frames|Frame]]
* [[Text]]
+
* [[Text file|Text]]
 
* [[fpcunit|FPCUnit Test Case]]
 
* [[fpcunit|FPCUnit Test Case]]
* [[InstantFPC script]]
+
* [[InstantFPC|InstantFPC script]]
* [[SQL Script file]]
+
* [[TSQLScript|SQL Script file]]
  
 
==Inherited Item==
 
==Inherited Item==

Latest revision as of 00:22, 30 January 2023

English (en) français (fr) русский (ru)

The File|New item dialog allows to create some entity in the IDE - new application, new unit, new package, new form, etc. Most of the items just create some entity without questions. But "Inherited project component" shows additional GUI to choose, from what to inherit your new form/component. Additional items may appear in dialog, from installed Lazarus packages.

IDE Window - New Item.PNG

Module

Inherited Item

  • Inherited project component

Project

Package

Template Projects