ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Real-Time Performance Profiler (RTPP)
The Real-Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
"Real-Time Performance Profiler" pane
The "Real-Time Performance Profiler" pane shows the activity of an application or site during a test......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....