ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements...
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup...
Setup mode
Several methods can be used to distribute a WINDEV application...
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
Configuring the setup program
Two tools can be used to create a setup program...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program.
Generating the setup program
The last wizard step for creating the setup program allows you to...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
Val (Function)
Returns the numeric value of a character string.
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
aiConfigureContourDetection (Type of variable)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Events associated with a Multimedia control
List of events associated with a Multimedia control...
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Service variable
The Service variable is used to......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
FontCreate (Function)
Creates a font definition.