ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
ErrorThrow (Function)
Throw a non-fatal error.
WiFiConnect (Function)
Connects the device to the specified Wi-Fi network.
sEvent (Function)
Branches an event on a serial port.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
WiFiActivate (Function)
Enables or disables Wi-Fi on the device.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Error 531: The negative or null subscripts are not allowed
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......