ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HTTPSendForm (Function)
Sends an HTTP form.
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
NFCSendTag (Function)
Sends a NFC tag to another device.
Constant
The constants are language elements whose value is fixed once and for all...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
ShellExecute (Function)
Opens a document in its associated application.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Reduce (Function)
Applies a computation to each element of a WLanguage array.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
EndProgram (Function)
Ends the execution of the current program.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
MySelf (Reserved word)
MySelf is used to handle the current control...
Structure (Type of variable)
A structure is a custom type of data...
Associative array (Type of variable)
An associative array is an "advanced" type of array...
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.