ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EventOpen (Function)
Opens a synchronization event between several threads.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Copying and cloning
Variables are copied using the "=" operator...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Creating the Relation windows of a WINDEV RAD pattern
List of constants used by the functions for managing menus....
New (Reserved word)
New is used to allocate memory space...
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
ThreadMode (Function)
Changes the management mode of threads.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Using .NET assemblies in a project
To use .NET assemblies in a project......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
How to create a menu?
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).