ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automation object
The Automation keyword is used to declare an automation object...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Defining a help window template
WINDEV allows you to create help window templates......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
Constants for managing projects
List of constants used by the functions for managing projects....
Fax constants
List of constants used by the functions for managing faxes....
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
DotNetDelegate (Function)
Initializes a.NET delegate.
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Creating a Java archive
When your Java application is developed, you can......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Calling a procedure/a function
Syntax for calling a local or global procedure.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.