ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
The Static control
A Static control is a control used to display a static text......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Constants used for managing the multi-touch
Constants for managing the multi-touch...
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
RGBGreen (Function)
Returns the green component of an RGB color.