ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Accessing a database via a web service
The database can be accessed via a web service......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
How to open a window?
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
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....
2. WEBDEV administrator in practice
Query editor
The query editor is used to automatically create queries on the data files......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).