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.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files,...
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
spHash (Property)
... This property can be used for items of type "Password" defined in the data model editor or programmatically....
TimestampUTC (Property)
or local time. This item was defined in the data model editor or through programming. Define whether...
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available...
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user)...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native...
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development...
Handling Organization Chart controls programmatically