ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Replication management functions
Three types of replication are proposed......
Writing an email: the available methods
This help page presents the methods for writing an email....
6. HFSQL Cluster
HFSQL Cluster is an extension of the HFSQL Client/Server database model....
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
WINDEV Framework License Agreement
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
<Window>.EdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
FinNetCurrentVal (Function)
Returns the net current value of investment.
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
iCreateFont (Function)
Creates a new print font.
HSL (Function)
Creates a color from its hue, saturation and lightness.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......