ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperDelete (Function)
Deletes a row from a Looper control.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
ServiceStop (Function)
Stops a service.
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
HChangeName (Function)
Modifies the physical name of a data file.
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Variable scope
Variables can be declared anywhere in the code....
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ErrorThrow (Function)
Throw a non-fatal error.
Service variable
The Service variable is used to......
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Partial indexing of memos
You now have the ability to index the content of a text memo item......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
How to create a menu?