ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Including the code
You want to include your code lines in a condition, in a structure, ......
Execute (Function)
Starts the execution of a process through programming.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
FTP constants
List of constants used by the FTP functions....
SSH constants
The following constants are used to manage an SSH server:...
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.