ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<emailIMAPSession variable>.NbMessage (Function)
Returns the number of incoming messages in an IMAP session.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
8. If you are already familiar with WINDEV
<emailPOP3Session variable>.NbMessage (Function)
Returns the number of incoming messages on the email server (POP3 protocol only).
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
WINDEV: Example of programmed Drag and Drop
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Type and version of Web server
The configuration diagnostic displays the following error......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
11. Choosing the action of a button/link
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
Time (Type of variable)
The Time type is used to easily handle the times...