ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
FolderData (Function)
FolderData is kept for backward compatibility.
fWrite (Function)
Writes: a character string into an external file. a memory section....
AJAXExecute (Example)
Usage example of the AJAXExecute function
HDropView (Function)
Removes a materialized view from the HFSQL server.
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
fListDirectory (Example)
Usage example of the fListDirectory function
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
SOAPRunXML (Example)
Usage example of the SOAPRunXML function