ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Telemetry: Main features
Hash functions
Hashing is used to summarize a file or a character string......
ERR_CLOSED_PAGE
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Error 110: The ASCIIZ string is too long
Error 109: The fixed string is too long
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Glossary
The glossary lists all the abbreviations used in the code editor......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......