ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
ErrorRestoreParameter (Function)
Restores the error process of a process.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
Wait (Function)
Temporarily stops the program execution.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
ComponentLocate (Function)
Specifies the access path to an external component of project.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
HSL (Function)
Creates a color from its hue, saturation and lightness.