ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
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....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Events associated with TreeView controls
List of events associated with TreeView controls...
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
grParameter (Function)
Retrieves or modifies a chart parameter.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Installing the monitor
The monitoring robot includes three executables......
ServiceWait (Function)
Pauses the current service during the specified duration.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Link control properties
The Link control is available in a page and in a report......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....