ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Events associated with Calendar controls
List of events associated with Calendar controls...
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Events associated with a Switch control
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Tab controls
List of events associated with Tab controls...
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Window control search functions
WINDEV allows the user to perform a search among all the texts found in a window or in a control......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
WDZip: Overview
WDZip is used to compress and group your files in archives......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......