ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Generating an application for Universal Windows 10 App
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....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
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....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
SocketRead (Function)
Retrieves a message sent by another socket.
W3C standardization
You must comply with the W3C standard (HTML 4......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....