ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Creating and handling an item
The main operations that can be performed on an item are as follows......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
13. Print: Reports
WINDEV reports...
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Service constants
List of constants used by the functions for managing services....
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Describing a problem to the Free Technical Support
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Site map of PC SOFT documentation
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Report and project
In most cases, a report is linked to a project......
Python: Native calls
WLanguage allows for native Python calls......