ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
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.
TimeValid (Function)
Checks the time validity.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
fMemExist (Function)
Checks the existence of a shared memory zone.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
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.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<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.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.