ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating and handling an item
The main operations that can be performed on an item are as follows......
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......
Project description: Project tab
The project description window allows you to configure various elements of your project......
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
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
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....
Android Widget windows
An Android application can contain one or more Widget windows......
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV database schema......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
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......
WDMSG license agreement
WDMSG license agreement...
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.
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).