ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
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.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
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).
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
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......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Correspondence between languages, sub-languages, character sets and nations
The table below presents the correspondence between languages, sub-languages, character sets and nations:
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.