ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grParameter (Function)
Retrieves or modifies a chart parameter.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Constant
The constants are language elements whose value is fixed once and for all...
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
eChangeCurrency (Function)
Converts a currency into another currency.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Programming automatic calculations in the columns of a Table control
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Page constants
List of constants used by page functions....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Handling TimeLine controls programmatically
A TimeLine control can be......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.