ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for managing speech synthesis
Déconnecte un client actuellement connecté sur un serveur de WebSocket....
LanguageToNation (Function)
Returns the nation corresponding to a language.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
FontSelect (Function)
Opens the standard Windows font selection window by selecting the specified font.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
Constants used by the functions for managing countries and continents
iPreview (Function)
Configures the print destination.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
SpeechSynthesisListVoices (Function)
Returns the list of voices available on the device for the speech synthesis engine.
Euro functions
List of Euro functions...
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).