ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Using the query result
The result of a select query can be used in......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
1. What is a website?
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Declaring and using a variable
A variable is defined by name and type......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
18. Order of execution of the code of buttons/links
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Edit options of a report
The report editor allows you to......
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....
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
5. Site test in practice