ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Push notifications
A mobile device can receive push notifications......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Managing parallel tasks
The computers are becoming more and more powerful......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Comparison operators
The comparison operators can be divided into several categories......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
3. Deploying a WINDEV application