ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......
HTTPSendForm (Function)
Sends an HTTP form.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Events associated with supercontrols
List of events associated with supercontrols...
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLAddChild (Function)
Adds a child tag into an XML document.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
Restoring a project backup
WINDEV, WEBDEV and WINDEV Mobile allow you to regularly save the different elements of your project in an archive file (ZIP extension)......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).