ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAPI: Using APIs in a WINDEV application
The two most interesting features of WDAPI are......
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
WINDEV Mobile 2025 Update
Here are the new features that you will discover in this version......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
SQLFirst (Function)
Positions on the first row of the query result.
Extern (Reserved word)
EXTERN is used to...
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Managing spatial data in HFSQL databases
Starting with version 2024, you can store and manipulate geometric and geographic data in HFSQL databases......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
Thread functions
List of functions for managing threads...
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
Surround code fragments
You can surround code fragments with a condition, structure, etc....
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.