ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Constants for WLanguage types
List of constants for managing WLanguage types....
AAF: Context menu of Image controls
A context menu is available for Image controls......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
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....
HCloseConnection (Example)
Usage example of the HCloseConenction function
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
USB constants
List of constants used by the USB functions....
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
1. WINDEV editors
WINDEV editors...
1. WEBDEV editors
The Carousel control
The Carousel control is used to display an animated menu made of images......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
TreeCollapse (Function)
Collapses a branch previously expanded.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Automatic calculations in a Table control (AAF)