ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Hyper File functions available for backward compatibility
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Debugging constants
List of constants used by the debugging functions...
HOpenConnection (Function)
Opens a connection to a specific database.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Software license agreement
WINDEV Express license agreement...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......