ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
On/Off button in a window
The on/off button is a button that operates like a check box......
ERR_DISCONNECTED_RELOG
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Properties linked to the Euro management
List of properties linked to the Euro management...
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
End of break block
The End of break block is optional......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Information 2104: This function is kept for backward compatibility
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
<Chart>.SaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
ERR_BAD_CONTEXT