ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding table. This function uses the former view mechanism.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Events associated with Link controls
List of events associated with Link controls...
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
List of extension attributes
The list of extension attributes ......
SocketConnect (Function)
Connects a client computer to a given socket.
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.
Notification
The Notification keyword can correspond to:
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
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....
CookieWrite (Example)
Usage example of the CookieWrite function