ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
SQL view
An SQL view is a virtual data source defined by an SQL query......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Set of procedures
The global procedures are grouped in set of procedures......
The Check Box control
A Check Box can correspond to......
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Chart management functions
...Chart management functions...
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Tangent (Function)
Calculates the tangent of an angle.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......