ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
<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 function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfYear (Function)
Returns the day of the year corresponding 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.
<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).
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.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
User Groupware files
Two categories of data files are managed......
Creating a table in a report
Tables can be created in a report......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server...
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
fDate (Example)
Usage example of the fDate function
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper...
FTP constants
List of constants used by the FTP functions....
fDateTime (Example)
Usage example of the fDateTime function
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also...
FolderData (Function)
FolderData is kept for backward compatibility.
XLS file handling functions
List of functions for managing XLS files...
SQLTransaction (Example)
Usage example of the SQLTransaction function
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
DnDGetData (Example)
Usage example of the DnDGetData function
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific...
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records...
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
HIndex (Function)
Rebuilds the file index (".NDX" file).
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Constants for manging the replication
List of constants used by the functions for managing the replication....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set...
Creating a report
The report editor allows you to easily create all types of reports via a wizard......