ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Copying controls from the report editor
The controls can be copied from the report editor......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
WEBDEV Application Server - 10 connections - License agreement
Error 30: An exception process cannot be declared inside another exception process...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
iCreateFont (Function)
Creates a new print font.
DnDGetData (Example)
Usage example of the DnDGetData function
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
iPageNum (Function)
Returns or initializes the number of the page currently printed.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Constants for the Exif functions
List of constants used by the Exif functions....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
DnDEvent (Example)
Usage example of the DnDEvent function