ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
Date and Time functions
List of functions for managing dates and times
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
DateToDayOfYear (Function)
Returns the day of the year 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...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
DatePicker (Function)
Opens the system date picker.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
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)
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...