ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
<Spreadsheet>.AllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
aiConfigureContourDetection (Type of variable)
The iaConfigureContourDetection type is used to define the parameters of the contour detection function.
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.