ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SysRecentDocList (Function)
Returns the list of recently opened documents.
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.
ArrayContain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
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......
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......
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
.NET Assemblies
.NET is Microsoft's software development platform......
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
appServerScheduledTask (Variable type)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a web service).
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......