ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
WINDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Control constants
List of constants used by the functions for managing controls...
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Accessibility (Property)
The Accessibility property gets and sets the accessibility properties of a control.
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.