ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Burner constants
List of constants used by the burner functions....
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
DnDForce (Function)
DnDForce is kept for backward compatibility.
The Signature control
The Signature control is a report control used to sign......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
Bar code constants
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Creating a table in a report
Tables can be created in a report......
grPrint (Function)
Prints a chart.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
iPrintReport (External language)
Prints a report created with the report editor.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
Discover all the possibilities of pivot tables
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Variables for managing the Drag and Drop
grRBAddData (Function)
Adds data to a Radial Bar chart.
HAdd (Example)
Usage example of the HAdd function