ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Structure (Type of variable)
A structure is a custom type of data...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Events associated with windows
List of events associated with windows...
Handling controls in a report
The different operations available for the report controls are as follows......
Global and local variable
Two types of variables are available......
Constants for managing videos
List of constants used by the functions for video management....
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Share your projects via Git
Git is a source code manager......
Image (Property)
The Image property gets and sets the background image of a control or block.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Various constants
List of various constants used by the constants WINDEV functions....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
WDZip: Creating or modifying an archive
This help page explains how to......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......