ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<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
<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.
Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDayOfYear (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).
DatePicker (Function)
Opens the system date picker.
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...
FirstDayOfYear (Function)
Returns the date of the first day of the year.
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
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.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
Edit control
The Edit control allows users to enter data...
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
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.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server...
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection...
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific...
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks...
GPSLastPosition (Function)
Retrieves the information about the last known device position.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper...
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since...
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
HClient structure
The HClient structure is used to......
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
GroupModify (Function)
Modifies the current group of contacts in the address book of a Lotus Notes or Outlook messaging.
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView...
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
Creating nested reports
Code snippets
The code editor allows you to enter "Code snippets"......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
BreakAdd (Function)
Adds a break into a Table or Looper control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.