ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDay (Function)
Returns the day corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
LastDayOfYear (Function)
Returns the date of the last day of the year.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Installing a Webservice (old format)
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description...
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase...
SQLExec (Function)
Names and runs an SQL query.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback...
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
11. Controls in practice
Discover the main characteristics of the controls...
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Push notification
A mobile device can receive push notifications......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
Automatic error handling
Error handling can be customized for each process......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
2. Examples and components provided with WEBDEV
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called...