ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Importing tables into the database schema (external database, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc, ...
<Source>.PrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
BurnerCancel (Function)
Cancels the current burn process.
EndProgram (Function)
Ends the execution of the current program.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Logical operators
The logical operators are as follows......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
3. Managing sockets
WINDEV includes advanced socket management functions....
fMemExist (Function)
Checks the existence of a shared memory area.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
BurnerAddFile (Function)
Adds a file to the compilation.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.