ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CodeEditorLoad (Function)
Loads a WLanguage code file in a Code Editor control.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
CodeEditorExecute (Function)
Executes the WLanguage code displayed in the Code Editor control.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Compound statements
The report editor allows you to create "Label" reports......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
SCM file format evolutions
Four versions are available for the SCM repository......
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
Error 703: The property does not exist
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Spreadsheet>.AllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.