ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing and starting WDTRAD
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Image with automatic scroll (WEBDEV) (prefix syntax)
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....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
The Flexbox control
Flexbox is a standard layout system for web pages......
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Programming custom calculations in Table controls
GDI+ framework
Some WINDEV features use the GDI+ framework......
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SocketCreate (Function)
Creates a socket.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......