ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
<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....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
HDeclare (Example)
Usage example of the HDeclare function
HListKey (Example)
Usage example of the HListKey function
FTPDate (Example)
Usage example of the FTPDate function
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
PDFPassword (Function)
Protects a PDF document with a password.
Size (Example)
Usage example of the Size property
FinRepayVal (Example)
Usage example of the FinRepayVal function
HFileExist (Example)
Usage example of the HFileExist function
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
HErrorInfo (Example)
Usage example of the HErrorInfo function
xlsSave (Function)
Saves an XLS document.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
DurationToString (Function)
Converts a duration to a character string in the specified format.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.