ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Push notification
A mobile device can receive push notifications......
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
17. TLS/SSL: Encrypting information on the Web
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.