ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
NFCSendTag (Function)
Sends a NFC tag to another device.
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.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
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.
Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
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.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
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.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
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.
MySelf (Reserved word)
MySelf is used to handle the current control...
Structure (Type of variable)
A structure is a custom type of data...