ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Java applications in practice
Java applications in practice...
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
iPrintReport (External language)
Prints a report created with the report editor.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Google Calendar management functions
List of functions for managing Google calendars...
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Constants for managing animations
List of constants used by the functions for managing the animations...
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
PermissionRequest (Function)
Prompts the user to grant an application permission.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Programming custom calculations in Table controls