ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
MCIVolume (Function)
Modifies or returns the sound volume.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
How to open a window?
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Guided tour management constants
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
SNMPGetTable (Function)
Reads a table of SNMP values.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
TreeView constants
List of constants used by the TreeXXX functions...
CursorDisplay (Function)
Displays or hides the mouse cursor.
EventOpen (Function)
Opens a synchronization event between several threads.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......