ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Setup of the WEBDEV Application Server for Linux
The installation package (or DVD, if provided) allows you to install...
List of extension attributes
The list of extension attributes ......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Component diagram
A component diagram shows the physical and static architecture of a system software......
HCloseConnection (Example)
Usage example of the HCloseConenction function
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Assignment operators
Three assignment operators are available......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
JavaExecute (Example)
Usage example of the JavaExecute function