ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
iEllipse (Function)
Prints an ellipse (in a rectangle).
11. Controls in practice
Discover the main characteristics of the controls...
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
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......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Custom tooltips
Tooltips are very useful for application users......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
How to open a page?
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
GOTO statement
The GOTO statement is used to run a code identified by a given label...