ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SSH functions (prefix syntax)
The following functions are used to connect and communicate with a SSH server:...
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Obtaining an SSL certificate for IIS2 (2.0 or later)
Writing an email: the available methods
This help page presents the methods for writing an email....
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Accessing a database via a web service
The database can be accessed via a web service......
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Variable scope
Variables can be declared anywhere in the code....
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
8. Associating controls with data
8. Binding controls to data
A window can display information from......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
2. User-friendly editors in practice
The Flexbox control
Flexbox is a standard layout system for web pages......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......