ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, 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......
10. Page templates
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
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......
12. Control templates
WINDEV Mobile allows you to create control templates....
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
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