ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
WLanguage procedure called by SCPSendFile
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP).
1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
InAndroidMode (Example)
Usage example of the InAndroidMode function
Sensor constants
Constants used by the SensorXXX functions...
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
fCompare (Function)
Compares the content of two files bit by bit.
grDeleteSeries (Function)
Deletes a data series from a chart.
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
XMLDocument (Example)
Usage example of the XMLDocument function
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
12. Retrieving data from a site
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
MatDelete (Example)
Usage example of the MatDelete function
OrgDeleteAll (Function)
Deletes all elements from an Organization Chart control.
GridlinesVisible (Property)
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
fTempFile (Example)
Usage example of the fTempFile function