ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Functions for managing the Combinations and Enumerations
HListGroup (Function)
Returns the list of groups of users defined for a connection.
ColorSaturation (Function)
Calculates the saturation of a color.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
ColorLightness (Function)
Calculates the lightness of a color.
HListUser (Function)
Returns the list of users defined for a connection.
HInfoAnalysis (Function)
Returns information about a database schema (WDD file).
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
InfoImage (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file: format. width and height. number of bits per pixel. transparent area....
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static text control....
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.