ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date and Time functions
List of functions for managing dates and times
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<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.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
DatePicker (Function)
Opens the system date picker.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
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.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
Creating and generating an external component
A component must be created from a project containing all the elements required...
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...
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
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......