ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
CurrentYear (Function)
Returns the current year in integer format.
The HTML control
The HTML control displays HTML pages or HTML code......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Error 13: The label already exists
VisibleWithAnimation (Property)
The VisibleWithAnimation property is used to make a control visible or invisible via the "Appear/Disappear" animation....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Font (Type of variable)
A Font variable creates a font programmatically...
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.