ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Gantt Chart column
Progress Bar control properties
List of properties associated with the Progress Bar control...
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Events associated with the project
List of events associated with the project...
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Reals
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.