ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
WithTilt (Property)
The WithTilt property is used to: enable or disable the tilt gesture on a Map control, determine whether the tilt gesture is enabled on a Map control....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
<Array>.Shuffle (Function)
Shuffles the elements of a WLanguage array.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
Managing main window menus
A main menu is necessarily associated with a window......
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.