ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
grZoom (Function)
Defines the zoom of a chart.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
How to use an array of structures?
An array of structures is an Array variable......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
MyPage (Reserved word)
MyPage is used to handle the current page...
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
iPrintBlock (Function)
Forces a report block to print.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
7. Dynamic site on specific configurations
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......