ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
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.
How to loop through a file using filters?
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Animating a Static control
Two methods can be used to animate a Static control......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
Creating a Pivot Table control
To create a Pivot Table control......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
fMoveFile (Function)
Moves a file from one directory to another.
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Accessing HFSQL files via SAMBA on Linux
A specific setting is required to access the HFSQL files via Samba on Linux......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.