ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Combination (Type of variable)
A combination is a set of options.
1. What is a website?
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
<Variable Drive>DeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
3. UML models in practice
Enumeration (Type of variable)
An enumeration is a set of values......
16. Application test in practice
Programming patterns
CAUTION......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
5. Site test in practice
Font (Type of variable)
A Font variable creates a font programmatically...
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Drop-down button
The drop-down button expands: a context menu. a popup window....