ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Report editor: Available types of reports
Several types of reports can be created in the report editor......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
SCM file format evolutions
Four versions are available for the SCM repository......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Functions for managing queues, stacks and lists (prefix syntax)
List of functions for managing the queues, the stacks and the lists...
WDDIXIO overview
8. If you are already familiar with WINDEV
The Signature control
The Signature control is a report control used to sign......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
7. AJAX technology
SEO of a WEBDEV site
In order for your site to get visitors, the Web users must be able to find it......
WEBDEV Application Server for Linux - Overview
WEBDEV is a full development environment devoted to Internet and Intranet......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
HCloseConnection (Function)
Closes a connection to a database.
Classes, members, methods and properties
A class is made of......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.