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.
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...
SQLTransaction (Example)
Usage example of the SQLTransaction function
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...
User Groupware files
Two categories of data files are managed......
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......