ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
HClusterSynchronizationInfo (Function)
Returns the progress of synchronization for a node of an HFSQL cluster.
WDINT, WDTRAD and WDDIXIO: Translation tools
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Managing parallel tasks
The computers are becoming more and more powerful......
DashMode (Function)
Opens or closes the Dashboard control edit mode.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
<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.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.