ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Constants for managing albums
Constants used to manage the photo album of the device....
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
How to find out whether a report was printed?
How to save and retrieve an image in a binary memo
Opening
The Opening keyword...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Constants for sound management
List of constants used by the functions for sound management....
Component (Type of variable)
The Component type is used to easily handle an external component.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
docRow (Type of variable)
The docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......