ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Conversion (Function)
Converts a value from a unit to another one.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
InfoBuild (Function)
Displays a custom message in a system information window.
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
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).
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.
<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.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.