Difference between revisions of "IDE Window: View project forms units"

From Lazarus wiki
Jump to navigationJump to search
(Add linked menu breadcrumbs; add missing images)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
This dialog comes in two flavours:
 
This dialog comes in two flavours:
  
* Project -> Units: shows the units of the current project (same list as in the project inspector)
+
[[Image:Project_Units_2_0_10.jpg]]  [[Image:Project_Forms_2_0_10.jpg]]
* Project -> Forms: shows the forms of the current project. These are all units, which have a .lfm file with a streamed component.
 
  
Select the unit and click ok to open it in the source editor.
+
* [[Main menu|Main Menu]] > [[Main menu#Project|Project]] > Units: shows the units of the current project (this is the same list as that which appears in the [[IDE Window: Project Inspector|Project Inspector]])
 +
 
 +
* [[Main menu|Main Menu]] > [[Main menu#Project|Project]] > Forms: shows the forms of the current project. These are all units which have an .lfm file with a streamed component.
 +
 
 +
Select:
 +
 
 +
* the unit and click OK to open it in the source editor; or
 +
* the form and click OK to open it in the visual form designer.

Latest revision as of 11:58, 1 February 2021

Deutsch (de) English (en) français (fr)

This dialog comes in two flavours:

Project Units 2 0 10.jpg Project Forms 2 0 10.jpg

  • Main Menu > Project > Forms: shows the forms of the current project. These are all units which have an .lfm file with a streamed component.

Select:

  • the unit and click OK to open it in the source editor; or
  • the form and click OK to open it in the visual form designer.