ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Open (Function)
Opens a modal WINDEV window.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
TreeCollapse (Function)
Collapses a branch previously expanded.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
How to create a menu?
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
iPrintImage (Function)
Sends the image file to print to the print buffer.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
NET constants
List of constants used by the DotNet functions....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......