ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
OLESave (Function)
Saves the object found in an OLE control in binary format.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Functions for managing emails (prefix syntax)
List of functions for managing emails...
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Table
The "Table" keyword can correspond to...
DateTimeDifference (Function)
Calculates the difference between two dates and times.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
Email management functions
List of functions for managing emails...
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
DateToInteger (Function)
Converts a date to an integer.
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....