ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
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).
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Print functions (prefixed syntax)
List of print functions...
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
DateToInteger (Function)
Converts a date to an integer.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Print functions
List of print functions...
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
DateToDay (Function)
Returns the day that corresponds to a given date.
iPrintBlock (Function)
Forces a report block to print.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......