ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileDisplay (Example)
Usage example of the FileDisplay function
Installing a Webservice (old format)
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Multimedia constants
List of constants used by the multimedia functions....
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
12. External component in practice
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
PageDisplay (Function)
Displays a web page in the user's browser....
Events associated with supercontrols
List of events associated with supercontrols...
Chart constants
List of constants used by the functions for chart management....
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
iDestination (Function)
Configures the print destination.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
ServicePause (Function)
Pauses a service.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.