ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
EndService (Function)
Ends the execution of the current service.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Extern (Reserved word)
EXTERN is used to...
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MemCreate (Function)
Creates a memory area.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Modulo (Reserved word)
Returns the remainder of a division.
Composite variable
A composite variable contains different types of elements (members)...
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
MyParent (Reserved word)
MyParent is used to handle...
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.