ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
HTML 5: Example of programmed drag-and-drop management
To make a WEBDEV website more interactive, you have the ability to implement Drag and Drop in the pages....
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server......
Constants for managing appointments
Lists of constants used to manage the appointments...
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
hdfsRename (Function)
Renames a file or a directory found on a Hadoop server.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
hdfsOpenConnection (Function)
Opens a connection to a Hadoop server.