ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Value (Property)
The Value property is used to get and change the value of an element.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Designing a supercontrol
A supercontrol is an advanced type of control......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Global and local variable
Two types of variables are available......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Constants for the Exif functions
List of constants used by the Exif functions....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....