ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Manager of automated tests
The test manager is used to......
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
ServiceRestart (Function)
Restarts a service (already started).
fUnlock (Example)
Usage example of the fUnlock function
gpwOpen (Function)
Opens the User Groupware login window or page.
ServiceStart (Function)
Starts a service.
Sound (Function)
Plays a sound in WAV format.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
fCreate (Function)
Creates an external file.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
CertificateSignString (Function)
Creates the signature of a character string.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
Managing assertions
...The main available features are as follows:...
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.