ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
WDDeploy features
WDDeploy can be used to......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Creating a flexible modeling
To create a new flexible modeling, you can......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
InitRandom (Function)
Initializes the generator of random numbers.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Report based on a query
Queries are used to easily select records in one or more data files......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min