ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Controls in practice
Discover the main characteristics of the controls...
SocketCreate (Function)
Creates a socket.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
General environment of WINDEV
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
GOTO statement
The GOTO statement is used to run a code identified by a given label...
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
New (Reserved word)
New is used to allocate memory space...
LOOP statement
The statement block is repeated endlessly...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Assignment of RETURN
The return value of the process currently run can be assigned...
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...