ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
iFont (Function)
Selects the default font.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Assignment operators
Three assignment operators are available......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Step 5: Site parameters
Once the site installed, you can define the site connection options......
CallDLL32 (Function)
Runs a function found in an external DLL.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
fShortName (Example)
Usage example of the fShortName function