ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
fTempPath (Example)
Usage example of the fTempPath function
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveListeFile (Function)
Lists files in an Drive directory.
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
3-tier architecture
The development in "3-tier" architecture is now simplified......
EncryptStandard (Example)
Usage example of the EncryptStandard function
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
SysRecentDocList (Function)
Returns the list of recently opened documents.
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....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
.NET Assemblies
.NET is Microsoft's software development platform......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Sharing elements with a WINDEV application
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......