ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
The Static control
A Static control is a control used to display a static text......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
HFSQL Client/Server: Configuring the data files on the server
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Using the query result
The result of a select query can be used in......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
ThreadExecute (Function)
Starts the execution of a secondary thread.
NetworkConnect (Function)
Associates a drive with a shared network directory.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Obtaining an SSL certificate for IIS2 (2.0 or later)
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min