ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
The server is currently updated. Retry later.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
WINDEV License Agreement
WINDEV License Agreement...
WEBDEV Application Server - 10 connections - License agreement
Interface of WDInst
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
The Slider control (in a page)
WEBDEV proposes two types of sliders......