ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Project editor / Creating a project
  • Overview
  • How to?
  • Notes
  • The project file
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
A project is a logical set of elements and processes whose purpose is to accomplish a given objective. The project manages:
  • the relationships between elements (windows, reports, etc.).
  • the relationships between elements and data files (described in the analysis linked to the project).
A project can be linked:
  • to a single analysis, which contains a description of all the data files used by the project.
  • New in version 2024
    to multiple analyses.
The same analysis can be associated with several projects.
How to?
To create a WINDEV project:
  1. Start the project creation wizard via one of the following options:
    • Click in the quick access buttons. In the window that appears, click "Project". The project creation wizard starts. Choose the type of project to create.
    • In the WINDEV home page, click "Create a project" and choose the type of project you want to create.
      Remarks: The steps needed to create the project may vary depending on the type of project chosen.
  2. Select the desired style book. This style book will be available by default when creating a window or report, and will be applied to all new controls. This option can be modified in the project description window ("Style" tab).
  3. Go to the next step.
  4. Specify the project name and location. These options cannot be modified. In WINDEV, the project corresponds to a ".WDP" file. This file can be opened by WEBDEV and WINDEV Mobile. For more details, see Common project.
    All the objects associated with the project will be created in the specified directory.
  5. Confirm the creation of the project (click "Finish"). The new project is opened in the editor. It contains a specific configuration that corresponds to the type of project you created. You can edit this configuration or create a new one at any time. The same project can be associated with several project configurations. For more details, see Project configuration.
Once a project has been created, you can:
  • change the project configuration options. For more details, see Project configuration.
  • associate one or more documents with the project. These documents can be text files, images, scanned documents, etc.. For more details, see Associating documents with the project.
  • associate one or more analyses with the project. For more details, see Project analysis.
  • integrate the project into the Source Code Manager (SCM). The Source Code Manager simplifies teamwork, but can also be helpful for individual work.
  • define a code style. The code style is a programming standard that can be applied across the entire application. This standard is used to prefix the different project elements, variables, etc. For more details, see Code style.
  • specify the languages supported by the project. These languages will be available by default when translating text from an element (control, window, page report, etc.). For more details, see Multilingual project.
Remark: The specified information can be modified in the project description. To open the project description window, go to the "Project" tab, "Project" group and click "Description".
Notes

The project file

The project corresponds to a ".WDP" file in WINDEV. This file contains:
  • The initialization code of the project, run when starting the project.
  • The list of linked objects (windows, reports, etc.). The sequence between these objects is viewed in the project editor.
  • The name of the first window opened (if it exists) when running the project or when running the project test.
  • The name of the analysis associated with the project (if if exists) and its password. The data files described in this analysis can be handled by the project elements (windows, reports, etc.).
  • The name of the UML model associated with the project (if it exists).
  • The style sheet associated with the project (if it exists). This style sheet contains all the styles used by the project elements.
  • The name of the custom preview window (if it exists).
  • The directory containing the list of tasks to perform on the current project.
  • The directory of the data files (".FIC", ".MMO" and ".NDX" files) used during a test of the project ().
  • The list of languages supported by the project and the main language of the project, used by default to view the project at runtime and in the editor.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 04/12/2024

Send a report | Local help