ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
UploadStart (Function)
Starts sending the selected files into an Upload control.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
LeftMargin (Property)
The LeftMargin property is used to: Find out the left margin of a report. Modify the left margin of a report....
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Diagram constants
The following constants are used to manage diagrams:...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Constants for managing projects
List of constants used by the functions for managing projects....
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, ......
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
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....
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......
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....
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......