ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
The use of the Automation type in a site is reserved for the advanced users
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
Functions for managing objects (External language)
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Private Store for mobile applications
There are two methods two deploy your applications......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
How to use an array of structures?
An array of structures is an Array variable......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
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....