ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming automatic calculations in the columns of a Table control
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
11. User Macro-Code: UMC in practice
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Dimension (Example)
Example of use of Dimension
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
Error 3: The string has no final "
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
PermissionList (Function)
Returns one or all the permissions declared by the application.
ERR_BAD_APPLICATION
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
HClient structure
The HClient structure is used to......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....