ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Page editing: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The "Business rules" pane
The "Business rules" pane displays the list of business rules associated with the project......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
DocExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
<Word Processing>.ExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
5. Project configuration
The test mode cannot operate without the project and its pages, ...
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.