ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating an application for Universal Windows 10 App
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
The HTML control
The HTML control displays HTML pages or HTML code......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
HFSQL properties
List of HFSQL properties...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
HOpen (Function)
Opens a data file.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....