ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Project tab
The project description window allows you to configure various elements of your project......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Android Widget windows
An Android application can contain one or more Widget windows......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Burner constants
List of constants used by the burner functions....
WINDEV Mobile Framework License Agreement
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Various WEBDEV constants
Various WEBDEV constants...
.NET application
To create a.NET application from a project......
Events associated with Table controls
List of events associated with Table controls...
The Check Box control
A Check Box can correspond to......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min