ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The HTML control
The HTML control displays HTML pages or HTML code...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Page Footer block
The Page footer block is run at the end of each page......
HTML constants
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
Managing main window menus
A main menu is necessarily associated with a window......
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
EmailCheckAddress (Function)
Checks the validity of an email address.
FTP constants
List of constants used by the FTP functions....
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Outstanding progress bars
Simple or symmetric progress bar?...
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
15. Creating the executable in practice
Creating the executable in practice...