ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLLast (Function)
Sets the position on the last row of the query result.
Running the test of the User Groupware and installing it
Accessibilité (Property)
Configuring an application with User Groupware
Managing main window menus
A main menu is necessarily associated with a window......
fSeek (Example)
Usage example of the fSeek function
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
CurrentDay( Function)
Returns the number of the current day in the current month.
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
fShortName (Example)
Usage example of the fShortName function
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
PDF file management functions
...PDF file functions...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
SQLFirst (Function)
Positions on the first row of the query result.
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Customizing the User Groupware