ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
14. PHP generation in practice
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
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.)......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
8. Sharing a project in practice