ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
saasService (Type of variable)
The saasService type is used to define the advanced characteristics of a SaaS service.
mongoConnection (Type of variable)
The mongoConnection type is used to define the advanced characteristics of a connection to a MongoDB server.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
FaxConnect (Function)
Establishes a connection to a fax server.
Progress Bar control properties
List of properties associated with the Progress Bar control...
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
Issuer (Property)
The Issuer property allows you to know and modify the issuer of a Certificate or of an authentication.
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
saasSite (Type of variable)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
SQLTransaction (Example)
Usage example of the SQLTransaction function
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
Index (Property)
The Index property is used to get the index of an element.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....