IDE Window: View project forms units

From Free Pascal wiki
Revision as of 13:00, 26 January 2021 by Trev (talk | contribs) (Link Project Inspector; add selecting a form)
Jump to navigationJump to search

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

This dialog comes in two flavours:

  • Project -> Units: shows the units of the current project (same list as in the Project Inspector)
  • 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 or select the form and click OK to open it in the visual form designer.