ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
Login (Property)
The Login property is used to get and change the username.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
SAPDisconnect (Function)
Disconnects a SAP R/3 system....
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Download_constants
Utilisation dans la classe diagForme - Accès en Lecture + Ecriture - Type : Réel double...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....