ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Setup of the WEBDEV Application Server for Linux
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Locking data files: correspondence between WINDEV 5.5 and the later versions
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Binding a Spin control to an item
A Spin control can be bound to an item in a data file, query, etc....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Overview of external languages
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min