ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Body block
The Body block corresponds to the main block of the report......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Date (Type of variable)
The Date type enables you to easily handle the dates...
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
HFSQL management functions
List of functions for HFSQL management...
How to create a patch?
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....
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
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......
Project Management Hub: Configuration
All contributors must provide details about their work schedule so that project management tools reflect reality......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....