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.
CalculatedDefaultValue (Property)
the default value of an item. This item was defined in the data model editor or through programming. Define...
<Table>.Display (Function)
to a file: changes made in the linked data file are reflected in the control. for a control handled...
Creating a translation file
WDINT allows you to create a translation file....
CalculatedItemExpression (Property)
... the value of a calculated item. This item was defined in the data model editor or through programming....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed...
TableDisplay (Function)
to a file: changes made in the linked data file are reflected in the control. for a control handled...
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
spLength (Property)
for items of type "Password" defined in the data model editor or programmatically. Set the hash output...
Code history
The code history is used to......
WDOptimizer: Editing and modifying a ".REP" file
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
Printing the content of a Spreadsheet control (AAF)
actions on the data displayed in the control......
SortType (Property)
or for a component of a composite key. This item was defined in the data model editor or programmatically. Define...
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without...
XML management: Use example
This application example manages an XML file named "Orders......
Character strings
WLanguage supports different types of strings....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers,...
Printing the content of a TreeView Table (AAF)
actions on the data displayed in the control......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start...
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......