ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
Error 701: The property is read-only
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
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.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
<Chart>.HMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Information 302: Ambiguity between a variable and a control
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....