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

From Free Pascal wiki
Jump to navigationJump to search
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{View project forms units}}
 
{{View project forms units}}
  
= Capture d'écran =
+
This dialog comes in two flavours:
{| border="1"
 
! Unités!! Fiches
 
|-
 
|[[Image:VoirUnites.png]]
 
|[[Image:VoirFiches.png]]
 
|}
 
  
= Description =
+
* Project -> Units: shows the units of the current project (same list as in the project inspector)
Cette boite de dialogue est de deux types:
+
* Project -> Forms: shows the forms of the current project. These are all units, which have a .lfm file with a streamed component.
  
* Voir -> Unités: montre les unités du projet en cours  (même liste que dans l'inspecteur de projet )
+
Select the unit and click ok to open it in the source editor.
* Voir -> Fiches: montre les fiches du projet en cours. Ce sont toutes des unités, qui ont un fichier .lfm avec un composant mis en flux.
 
 
 
Sélectionnez l'unité et cliquez sur OK pour l'ouvrir dans l'éditeur de source.
 

Revision as of 04:00, 4 July 2015

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.