ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
DriveListeDirectory (Function)
Lists the directories of an Drive.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
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).
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......
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......
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.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Using .NET assemblies in a project
To use .NET assemblies in a project......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
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)....
Component diagram
A component diagram shows the physical and static architecture of a system software......
Using several libraries in an application
A library is a WDL file that contains all the resources......