ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
fCreate (Function)
Creates an external file.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
MyReport (Reserved word)
MyReport is used to handle the current report...
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Handling a control through programming in a report
All report controls can be handled through programming......
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
MyPage (Reserved word)
MyPage is used to handle the current page...
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
fRename (Function)
Modifies the name of a file.
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
15. Creating the executable in practice
Creating the executable in practice...