ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Events associated with Chart controls
List of events associated with the Chart controls...
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......
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Events associated with Looper controls
List of events associated with Looper controls...
Events associated with Edit controls
WLanguage events associated with Edit controls...
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
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)....
<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)....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Kanban control events
The following events are associated with Kanban controls......
<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)....
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)....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
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......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......