ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
HLogRestart (Function)
Restarts the logging process on a file.
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
GglListCalendar (Function)
Retrieves the list of Google calendars associated with the specified Google account.
PageDisplay (Function)
Displays a web page in the user's browser....
sEndEvent (Function)
Disables the detection of an event on a serial port.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
NFCWriteTag (Function)
Starts writing data to an NFC tag.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
SQLExec (Example)
Usage example of the SQLExec function
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
fWrite (Example)
Usage example of the fWrite function