ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
11. User Macro-Code: UMC in practice
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Handling Scheduler controls programmatically
A Scheduler control can be......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
1. Examples provided with WINDEV Mobile
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
tapiAnswerCall (Function)
Answers an incoming call that was detected.
Multi-product external components
Components are a remarkably useful tool for development teams......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance is allocated. The members of the class instance are copied to the members of the new object....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Creating a delete query
A delete query (corresponding SQL statement......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Code editor: Display options
The code editor proposes several display options......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Handling a WinForm .Net control through programming
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......