ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming overview in C and C++
Several print modes are available for a report.
Constants for the Exif functions
List of constants used by the Exif functions....
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Classes, members, methods and properties
A class is made of......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
The Upload control
The Upload control is used to upload files on the Web server......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
SQL view
An SQL view is a virtual data source defined by an SQL query......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Android Control Center
Do you know where to find your application log files?...
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...
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
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......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Native MySQL Connector - License Agreement
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
11. Controls in practice
Discover the main characteristics of the controls...
HTMLToText (Function)
Converts an HTML string or buffer to text.