ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
.NET object
To access a class......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
FTPCommand (Function)
Sends a specific FTP command to a server.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Twain constants
List of constants used by the Twain functions....
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Code editor: Display options
The code editor proposes several display options......
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......