ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
ERR_TIMEOUTINIT
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
7. Source Code Manager (SCM)
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
ERR_BAD_CONTEXT
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Custom properties (WLanguage)
A custom property is a code element with two events......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......