ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
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.
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
<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......
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
Error 1010: The member of the class is constant
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
ReplicSynchro: Overview
Deploying in the cloud for PC SOFT applications
PC SOFT allows you to host your sites in the CLOUD for PC SOFT applications......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
WinBackgroundImage (Function)
Modifies the background image of a window and specifies the display mode of this image.
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.