ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
TwainToJPEG (Function)
Allows you to: save the document coming from the Twain device in a JPEG file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in JPEG format (in a buffer)....
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
"About" window
The "About" window is used to display and access various information about the current application......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
WDDIXIO License Agreement
WDDIXIO License Agreement...
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Programming an indexed control
Handling report blocks
The different operations available on report blocks are as follows......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......