ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<Image variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type Image.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
<Image variable>.Background (Function)
Declares the default background color for rectangles, circles, ... used in a variable of type Image.
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......
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)....
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....
gpwConnectUser (Function)
Logs a user in to the User Groupware.
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
11. Window templates
WINDEV Mobile allows you to create window templates....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
.NET object
To access a class......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Automatic table modification
The automatic table modification updates the description of tables on user computers......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......