ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintArea (Function)
Prints a text in a rectangular area.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, tables, items, components, assemblies, Custom-Folders, etc.)...
Defining a help window template
WINDEV allows you to create help window templates......
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
10. Page templates
12. Control templates
WINDEV Mobile allows you to create control templates....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Project description: Project tab
The project description window allows you to configure various elements of your project......
MutexEnd (Function)
Signals that the thread frees the mutex.
RedisPipelineAdd (Function)
Adds a Redis command in a pipeline.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
Age
The Age keyword can correspond to...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
12. Pages in practice