ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
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......
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Using .NET assemblies in a project
To use .NET assemblies in a project......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
UMC management functions
List of functions for managing the UMC...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
15. Project Management Hub
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Image editor: Features
The image editor includes several features......
WINDEV Mobile: Sharing WINDEV elements
The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application and in a WINDEV Mobile application......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......