ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
ArrayDelete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster....
MatFloatAdd (Function)
Adds a value to each matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HFileExist (Example)
Usage example of the HFileExist function
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
EventCreate (Function)
Creates an event.
Manipulating a Layout control programmatically
A Layout control can be......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Truncate (Function)
Truncates the right part of a string or buffer.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.