ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. WLanguage functions specific to phones
A WINDEV Mobile HFSQL application can also operate in Client/Server mode....
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Defining columns of Table controls programmatically
Push notification
A mobile device can receive push notifications......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices...
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Null (keyword)
The "Null" keyword can correspond to:
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Age
The Age keyword can correspond to...
URI
The URI keyword can correspond to...
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
TimeValid (Function)
Checks the time validity.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Typing multilingual texts
For a multilingual application, you have the ability to......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
After
They After keyword can correspond to: