ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Info (Function)
Displays a custom message in a system information window.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
2. Modes to install an application
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
11. Controls in practice
Discover the main characteristics of the controls...
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Merging differences (SCM)
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
5. User Groupware in practice