ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extern (Reserved word)
EXTERN is used to...
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
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.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
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...
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......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
MemCreate (Function)
Creates a memory area.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
Modulo (Reserved word)
Returns the remainder of a division.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
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.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
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.
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
MyParent (Reserved word)
MyParent is used to handle...