ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

11. Choosing the action of a button/link
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
2. Examples and components provided with WEBDEV
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
1. What is the WEBDEV administrator used for
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
11. External component
Keep-alive on connection
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min