ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
14. Report templates
...Report templates are used to easily standardize report layouts....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
3. UML models in practice
Client (Property)
The Client property is used to get the SaaS client account associated with: a SaaSSubscription variable a SaaSUser variable...
WDDeploy features
WDDeploy can be used to......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
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....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Generating the setup program
The last wizard step for creating the setup program allows you to......
ERR_BUTTON_EXPECTED
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
Detailed use of WINDEV FTP/RPC
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current project......
Deployment package
The deployment package creates a ZIP file containing the site's setup......
Aliases on data files: HAlias
The aliases are used to handle......
ERR_BAD_URL
How to create a menu?
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....