ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project comparator
Comparing two windows (two pages, two reports, two classes, ......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
How to create a patch?
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Handling controls in a report
The different operations available for the report controls are as follows......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
End of break block
The End of break block is optional......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
<Connection variable>.TransactionEnd (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....
Conversion (Function)
Converts a value from a unit to another one.
Shared memory area constants
Shared memory area functions
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Memory area management functions
The following functions are used to handle the certificates:...
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Select query description window
The description window of a select query includes several sections......
Typing multilingual texts
For a multilingual application, you have the ability to......