ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
HTTPSendForm (Function)
Sends an HTTP form.
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
CertificateSignString (Function)
Creates the signature of a character string.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Handling Spreadsheet controls programmatically (in a report)
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Error 1036: A class used in an array must have a constructor without parameter
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Facebook functions
List of Facebook functions...
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....
Animating a Static control
Two methods can be used to animate a Static control......