ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
CurrentMonth (Function)
Returns the number of the current month.
The Multimedia control
The Multimedia control is used to play multimedia files......
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
FirstDayOfMonth (Function)
Returns the first day of the month.
HSL (Function)
Creates a color from its hue, saturation and lightness.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Calendar functions
List of Calendar functions...
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
fMemExist (Function)
Checks the existence of a shared memory zone.
PDF file management functions
...PDF file functions...
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Constants for external files
List of constants used by the functions for managing external files....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......