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.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Count (Property)
The Count property returns the number of elements in a given set.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
WDDeploy features
WDDeploy can be used to......
SocketConnect (Function)
Connects a client computer to a given socket.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
Items (Property)
The Items property is used to configure the different items of a full-text index.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
1. WINDEV editors
WINDEV editors...
1. WEBDEV editors
ActiveDirectory (Property)
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory...
Creating and generating an external component
A component must be created from a project containing all the elements required...
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control...
HCancelSeek (Function)
Cancels the current search criterion.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
WDMSG license agreement
WDMSG license agreement...
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating...
memcachedConnection (Type of variable)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached...
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering...
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......