ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
iColumnEnd (Function)
Forces a column break in a multi-column report.
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
How to use an array of structures?
An array of structures is an Array variable......
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Configuring the setup program
Two tools can be used to create a setup program......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
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....
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......