ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
Page contexts
In a Windows application, the information relative to a window is stored with the window......
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
The Clickable Image control
The Clickable Image control can be used to......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Filling a Chart control
The data that will be displayed in the Chart control can come from......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Window controls
Several types of controls can be used in a window, ......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
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)...