ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
16. Java applications in practice
Java applications in practice...
How to create a patch?
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
List of extension attributes
The list of extension attributes ......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Constants for WLanguage types
List of constants for managing WLanguage types....
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Setup directory
The setup wizard allows you to configure the setup directory of application....
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....