ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage procedure called by SpeechRecognitionTrigger
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger.
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
The Organizer control
The Organizer control is used to display and handle organizers......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Project description: Options tab
The project description window allows you to configure various elements of your project......
HTML Editor control properties
Properties associated with the HTML Editor control....
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
HTML Display control properties
HTML Display control properties...
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
BrowserSlice (Function)
Returns the number of the slice displayed in a page in Responsive Web Design mode.
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....