ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
General environment of WINDEV
Environment of the report editor
Environment of the report editor...
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
NFC functions
Functions used to manage the NFC standard...
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
NFCSendTag (Function)
Sends a NFC tag to another device.
ChronoReset (Function)
Stops and resets a running stopwatch.
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.