ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
Accessing a database via a web service
The database can be accessed via a web service......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Upload control events
The following processes are associated with the Upload control:...
Constants for the archiving functions
List of constants used by the archiving functions....
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
fSelect (Example)
Usage example of the fSelect function
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
zipExtractAll (Example)
Usage example of the zipExtractAll function
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
zipExtractFile (Example)
Usage example of the zipExtractFile function
zipFindFile (Example)
Usage example of the zipFindFile function
zipChangePath (Example)
Usage example of the zipChangePath function
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
ChangeStyle (Function)
Modifies the style of a control dynamically.
URI constants
The following constants are used by URI-specific functions:...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
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.