ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Python: Native calls
WLanguage allows for native Python calls......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
EnumControl (Function)
Returns the name of Nth control found in the specified element.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
Replication: The different types
The data replication is a powerful feature......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......