ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSetLog (Function)
Enables or disables log management on a file.
Image control in a page
Managing Google calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Thread management functions
List of functions for managing threads...
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....