ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoReset (Function)
Stops and resets a running stopwatch.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
HDescribeLink (Function)
Describes a link between two data files through programming.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Calendar functions
List of Calendar functions...
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
13. Universal replication
12. Universal replication
Asc (Function)
Returns the ASCII code of the specified character.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
<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.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.